Hi,
I had been testing my php pages with a DB on my webserver that wasnt pasasword protected. Everything worked well....
Now I changed the connection of the PHPRunner project to another database on my webserver that is password protected so that nobody can see my SQL table structures.. however now I cannot login using the PHP pages... the login page loads but upon entering the username and password for php users..
I am getting the following error:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user: 'eccs_user@130.113.74.191' (Using password: YES) in /var/www/html/ecs/DB3/include/dbconnection.php on line 9
Fatal error: Access denied for user: 'eccs_user@130.113.74.191' (Using password: YES) in /var/www/html/ecs/DB3/include/dbconnection.php on line 12
I just dont get it.. why am i getting this error..
Also when i try to register with this site.. i see the following on the register page...
**Register
REGISTER_USERINFOFIELDS## ##PASSWORDFIELD## Password:
Re-enter password: ##/PASSWORDFIELD## ##NOTPASSWORDFIELD## : ##/NOTPASSWORDFIELD##
/REGISTER_USERINFOFIELDS##
Back to login page
**
Thanks