forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 permissions => Topic started by: ShootingBlanks on May 16, 2007, 09:12:42 pm

Title: Had to change my database password, and now Coppermine doesn't work...
Post by: ShootingBlanks on May 16, 2007, 09:12:42 pm
...subject says it all.  What can I do?

I had to change my SQL database password.  I don't want to re-install and lose all the pictures I had up.  I'm getting this error:

Coppermine critical error:
Unable to connect to database !

MySQL said: Access denied for user 'rump888'@'localhost.localdomain' (using password: YES)


(my database username is "rump888")

Thanks!..
Title: Re: Had to change my database password, and now Coppermine doesn't work...
Post by: Nibbler on May 16, 2007, 09:22:28 pm
Modify include/config.inc.php
Title: Re: Had to change my database password, and now Coppermine doesn't work...
Post by: ShootingBlanks on May 16, 2007, 09:30:00 pm
Awesome!  Thanks so much!!!
Title: Re: Had to change my database password, and now Coppermine doesn't work...
Post by: yitiana on August 06, 2010, 05:38:27 am
Change sql sa password by using command prompt
Open a command prompt (Start -> Run -> cmd)
Type the follow commands, and press Enter after each line.
Osql –S yourservername –E
1>EXEC sp_password NULL, ’yourpassword’, ’sa’
2>GO
The yourservername is the name of your server, yourpassword is the new sql sa password.
Other ways to reset sa password (http://www.passwordunlocker.com/knowledge/how-to-reset-sa-password-or-other-sql-password.html).
Title: Re: Had to change my database password, and now Coppermine doesn't work...
Post by: François Keller on August 06, 2010, 07:09:53 am
@yitlana
Your aswer does not resolve the initial question (Nibbler give the answer) BTW this thread is 3 year old, so i think you are trying to spam this board.
I lock this thread