Russ Posted January 9, 2012 Report Posted January 9, 2012 Hi, I use a hosting service for my VA. I changed the password on one of the SQL databases. Now the site is crashed presumably because it cannot read the correct DB password. I'm told I need to change the password in the connection strings but I don't know which file(s) they are in. A tech helping me thought it might be the ezdb_mysql.class.php file, but editing that did not help. Can someone point this very nervous novice in the right direction...please... Many thanks, -Russ Quote
Administrators simpilot Posted January 9, 2012 Administrators Report Posted January 9, 2012 All your database connection settings are located in the local.config file; Location - /core/local.config.php define('DBASE_USER', 'user'); define('DBASE_PASS', 'password'); define('DBASE_NAME', 'database_name'); define('DBASE_SERVER', 'localhost'); define('DBASE_TYPE', 'mysql'); Quote
Russ Posted January 9, 2012 Author Report Posted January 9, 2012 I'm back in business. Many thanks Simpilot...I am grateful... Best, -Russ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.