coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 permissions => Topic started by: SRTst on January 05, 2006, 07:31:58 AM

Title: Access denied for user
Post by: SRTst on January 05, 2006, 07:31:58 AM
I'm not sure if this would be the right place to ask this question, but I hope at least I'll get some pointers.

I'm running the cpg 1.4.3 and phpbb 2.0.18. Everything worked great until yesterday. Then last night I decided to change my password which I use to login to the ftp servers. Today I went to the gallery and I get this error.

Coppermine critical error:
Unable to connect to database !

MySQL said: Access denied for user: '*********@localhost' (Using password: YES)

I'm just guessing this had something to do with me changing the password last night. phpBB works with no issues at all, and I'm using the same database for cpg and phpbb. Any help is greatly appreciated.

Thank you
Neven
Title: Re: Access denied for user
Post by: Abbas Ali on January 05, 2006, 08:53:51 AM
You will need to edit config file of cpg.

Edit include/config.inc.php and change the value of $CONFIG['dbpass'] to your new password (ftp pass).
Title: Re: Access denied for user
Post by: SRTst on January 05, 2006, 06:23:01 PM
That solved it, thank you.