Need help: Im confius

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
cyberslam
Forum Newbie
Posts: 1
Joined: Sat Mar 15, 2008 11:26 pm

Need help: Im confius

Post by cyberslam »

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'admin'@'localhost' (using password: YES) in /home/a8136902/public_html/functions.php on line 34

Something wrong?im newbie :C
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Need help: Im confius

Post by Christopher »

Either the database does not have a user "admin", or the password is wrong, or the use "admin" does not have access to that database.
(#10850)
Post Reply