Mysql Database Error HELP!

warrence

Active Member
May 8, 2005
33
0
156
Warning: mysql_query(): Access denied for user 'nobody'@'localhost' (using password: NO) in /home/myhome/public_html/haha.php on line 37

this is the error i get on that page and it does not appear everytime....sometimes is ok. And if got this error, try refresh few time and it will dissappear...it is weird. Any one ever encounter problem like this? Sometimes when refresh doesnt help i will have to go into server to restart mysql service, but the mysql is actually running.

Thanks in advance
 

chilihost

Well-Known Member
Mar 1, 2005
72
0
156
sounds like its a script problem, the script is trying to connect using nobody and no password. Check your scripts.
 

warrence

Active Member
May 8, 2005
33
0
156
No i have check the script is no connection using nobody, all connection have username supplied. Thats y i dunno why it have this error. Anyone know y? it doesnt happen all the time. Some time you refresh page, the page load nicely together with sql query data. but sometime i has this error.