This error occurred due login credentials problem.
Enter correct login credentials username and password in mysql_connect() function
mysql_connect("localhost","root","password here");
the above is the syntax for the mysql connection establish..
if your getting error like this
| Host '192.168.X.XXX' is not allowed to connect to this MySQL server
click here
Enter correct login credentials username and password in mysql_connect() function
mysql_connect("localhost","root","password here");
the above is the syntax for the mysql connection establish..
if your getting error like this
| Host '192.168.X.XXX' is not allowed to connect to this MySQL server
click here
0 comments:
Post a Comment