Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NO dbsettings.inc #105

Open
rivjmtd opened this issue Jan 8, 2019 · 2 comments
Open

NO dbsettings.inc #105

rivjmtd opened this issue Jan 8, 2019 · 2 comments

Comments

@rivjmtd
Copy link

rivjmtd commented Jan 8, 2019

NO dbsettings.inc

@NichaRoj
Copy link

dbsettings.inc has been changed to dbsettings.php in inoerp_server/includes/basics/settings (NOT in install folder)

The content is as followed:

<?php  defined("DB_TYPE") ? null : define("DB_TYPE", "MYSQL"); defined("DB_SERVER") ? null : define("DB_SERVER", "localhost"); defined("DB_SID") ? null : define("DB_SID", ""); defined("DB_PORT") ? null : define("DB_PORT", "3306"); defined("DB_USER") ? null : define("DB_USER", "user_name"); defined("DB_NAME") ? null : define("DB_NAME", "db_name"); defined("DB_PASS") ? null : define("DB_PASS", ""); ?>

@geekstation1
Copy link

BikesBD.net aims to be the most useful & trusted bikes information site in Bangladesh. We are providing an online database of selected quality latest bike prices, full specifications, reviews etc. for the benefit of the consumers. motorcycle price in bangladesh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants