Page 1 of 1

mysql_connect error

Posted: Mon May 07, 2007 6:50 am
by unorthodokz
Hey ya'll. I keep getting this error when I pull up the webpage that I'm building right now. Admittedly I'm new at php/mysql so any answers are great, but ones that say "do a search" don't really help -- considering I've already done that and still not figuring it out exactly right.

Code: Select all

Warning: mysql_connect(): Access denied for user 'unorthodokz'@'p3slhjava06.shr.phx3.secureserver.net' (using password: YES) in /home/content/m/u/s/musicdocument/html/library/config.php on line 15
Unable to connect to database! Please try again later.
The problem can also be seen here: http://www.musicdocumentaries.org. I know that my hostname, username, and password are correct. Thanks for takin a look.

Posted: Mon May 07, 2007 7:32 am
by volka

Posted: Mon May 07, 2007 9:55 am
by sentback
I would guess it can't find its database. Either that or your account doesn't have the privilege to access it. Anyway you should read this http://dev.mysql.com/doc/refman/5.0/en/ ... enied.html. This should crack your case open :D