Jump to content

Connection Strings


Russ

Recommended Posts

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

Link to comment
Share on other sites

  • Administrators

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');

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...