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?
config.inc.php in your includes dir:
$CONFIG['dbpass'] = "change_this"; // Your mysql password
it worked, great.