CODE
Warning: mysql_connect() [function.mysql-connect]: Access denied for user '******'@'75.126.138.75' (using password: YES) in /www/zxq.net/******/htdocs/mysqlconnect.php on line 2
Mysql error
Mysql error
My php code:
CODE
mysql_connect('localhost', '*****', '*****') or die('Mysql error');
I have double checked the password and username so I am pretty sure that is not the problem. Am I using the right server? Does it take time for a user to be registered with the database.
Solved