coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: emilbrikha on January 28, 2004, 03:12:09 PM

Title: My SQL password has changed. Can't access my gallery!
Post by: emilbrikha on January 28, 2004, 03:12:09 PM
My SQL password has been changed by my webhotell and they said if I am running any PHP or ASP database I have to change the password in those as well.

Here is the problem!

I don't know how to do this. What file do I have to edit to make my coppermine gallery recognize the new SQL password?
Title: My SQL password has changed. Can't access my gallery!
Post by: Nibbler on January 28, 2004, 03:26:31 PM
config.inc.php in your includes dir:


$CONFIG['dbpass'] =  "change_this";                // Your mysql password
Title: thanks alot.
Post by: emilbrikha on January 28, 2004, 04:03:34 PM
it worked, great.