I have built a whole reporting system using php that works excellently on localhost but when I upload the damn thing, it refuses to connect to the database.
I have checked that the username and password are correct but the damn thing keeps snobbing me by giving me this error message
Even though I use another usename and password apart from root. It still snobs me.Please Help!!
I have checked that the username and password are correct but the damn thing keeps snobbing me by giving me this error message
| Code: |
| Warning: mysql_pconnect() [function.mysql-pconnect]: Access denied for user: 'root@localhost' (Using password: NO) in /home/ewater/www/www/water_php/db_mysql.php on line 97
Database error: cannot connect to Database Access denied for user: 'root@localhost' (Using password: NO) MySQL Error Session halted. |
Even though I use another usename and password apart from root. It still snobs me.Please Help!!
