!!problem solved this fixed it…
Hi seci,
You should be able to update the password in the CRM by opening the file called “config.php”
In this file there will be an array called dbconfig that looks like:
'dbconfig' =>
array (
'db_host_name' => '',
'db_host_instance' => '',
'db_user_name' => '',
'db_password' => '',
'db_name' => '',
'db_type' => '',
'db_port' => '',
'db_manager' => '',
Update the details here where necessary and save the file.
Then, run a quick repair & Rebuild in the CRM. (Found in Admin > Repair)
1 Reply
1
Reply
The password is stored in config.php. If you open that file in a text editor and search for db_password you should see the line you need to change.