inoERP icon indicating copy to clipboard operation
inoERP copied to clipboard

NO dbsettings.inc

Open rivjmtd opened this issue 6 years ago • 2 comments

NO dbsettings.inc

rivjmtd avatar Jan 08 '19 07:01 rivjmtd

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", ""); ?>

NichaRoj avatar Mar 31 '20 04:03 NichaRoj

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

geekstation1 avatar May 04 '21 02:05 geekstation1