MySQL Connection Issues

MMRacing

Joined: 2005-04-14
Posts: 1
Posted: Thu, 2005-04-14 02:29

I keep getting this stupid error with no matter how what i do to the password or the host or the user name or the name of the MySQL database it will not let me connect to it.

This is probably an easy fix I am just an idiot.

I searched and found nothing specific to my problem. Oh yeah I am not completely dumb, I have the older 1.5 version running no problem on another machine.

Thanks

Ian

I get this error:

Warning: mysql_connect(): Access denied for user: 'mmvraci_admin@serva.surpasshosting.com' (Using password: YES) in /home/mmvraci/public_html/sdac/gallery2/lib/adodb/drivers/adodb-mysql.inc.php on line 339
mm-racing.com: Access denied for user: 'mmvraci_admin@serva.surpasshosting.com' (Using password: YES)

----

Gallery URL (optional):www.sdac-chicago.org/gallery2/
Gallery version: 2 Beta
Webserver (with version):
Datatabase (with version):4.0.24-standard
PHP version (eg 4.2.1):4.3.10
phpinfo URL (optional):
Graphics Toolkit(s):
Operating system: Linux
Web browser/version: Mozilla 1
G1 version (for migration bugs):

 
Kirill
Kirill's picture

Joined: 2004-12-22
Posts: 53
Posted: Thu, 2005-04-14 02:56

This is not a Gallery issue. MySQL is not letting you authenticate, which means you're using the wrong username, the wrong password, or you're trying to access a database to which the user does not have privileges to. Doublecheck (triplecheck) all those values.