Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'a9121170_714940'@'localhost' (using password: YES) in /home/a9121170/public_html/functions.php on line 102
mysql and php connection error
Page 1 of 12 Replies - 3908 Views - Last Post: 29 October 2013 - 08:39 AM
#1
mysql and php connection error
Posted 27 October 2013 - 06:11 AM
i am trying to connect my website with MySql database and i'm geeting this error message:
Replies To: mysql and php connection error
#2
Re: mysql and php connection error
Posted 27 October 2013 - 06:22 AM
OK. What is it, exactly, that you are having trouble with here?
The error message is crystal clear. That user does not have permission to access the database. You either have to switch to a user that does have permission, or give this user permission.
Without knowing more about your setup, we can't really advise you any further. Explain your situation in more detail if you want more detailed help.
The error message is crystal clear. That user does not have permission to access the database. You either have to switch to a user that does have permission, or give this user permission.
Without knowing more about your setup, we can't really advise you any further. Explain your situation in more detail if you want more detailed help.
#3
Re: mysql and php connection error
Posted 29 October 2013 - 08:39 AM
Has user 'a9121170_714940'@'localhost' had access before? If not, was user 'a9121170_714940'@'localhost' created correctly? If so were permissions granted to user 'a9121170_714940'@'localhost'?
Page 1 of 1