My SQL password has changed. Can't access my gallery! My SQL password has changed. Can't access my gallery!
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

My SQL password has changed. Can't access my gallery!

Started by emilbrikha, January 28, 2004, 03:12:09 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

emilbrikha

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?

Nibbler

config.inc.php in your includes dir:


$CONFIG['dbpass'] =  "change_this";                // Your mysql password

emilbrikha