Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Had to change my database password, and now Coppermine doesn't work...  (Read 15807 times)

0 Members and 1 Guest are viewing this topic.

ShootingBlanks

  • Coppermine newbie
  • Offline Offline
  • Posts: 2

...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!..
« Last Edit: May 16, 2007, 09:34:59 pm by Nibbler »
Logged

Nibbler

  • Guest

Modify include/config.inc.php
Logged

ShootingBlanks

  • Coppermine newbie
  • Offline Offline
  • Posts: 2

Awesome!  Thanks so much!!!
Logged

yitiana

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Re: Had to change my database password, and now Coppermine doesn't work...
« Reply #3 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.
Logged

François Keller

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 9094
  • aka Frantz
    • Ma galerie
Re: Had to change my database password, and now Coppermine doesn't work...
« Reply #4 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
Logged
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog
Pages: [1]   Go Up
 

Page created in 0.015 seconds with 19 queries.