MySQL Password MySQL Password
 

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

MySQL Password

Started by rujikin, March 17, 2010, 01:03:26 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rujikin

Im using the install.php and it will not accept my MySQL password. it keeps changing "|\|" to "|\\|" and saying it cannot connect ( wander why). Changing the password is not an option. Is there some manual way I can give it the step #1 info so it doesn't keep messing up my password.

rujikin

Quote from: rujikin on March 17, 2010, 01:03:26 AM
Im using the install.php and it will not accept my MySQL password. it keeps changing "|\|" to "|\\|" and saying it cannot connect ( wander why). Changing the password is not an option. Is there some manual way I can give it the step #1 info so it doesn't keep messing up my password.
I manually put the info in the config.php file but it gave me an error:

"Coppermine critical error:
Unable to connect to database !
MySQL said: Access denied for user '######'@'localhost' (using password: NO)"

Joachim Müller

Issue solved? If not: stop playing with the "solved" icon and do as suggested per board rules instead. You have been told about board rules before:
Quote from: Joachim Müller on March 10, 2010, 08:44:41 AMIn the future, respect board rules!

Don't use characters like the backslash in passwords - they have a very special meaning and should not be used. Especially for mySQL I suggest using alpha-numeric passwords. You can use capitalization, but you should not use special chars there - that leads to problems in many scripts.