Warning: mysql_connect() [function.mysql-connect
<http://tu-lip-nt4/CMS/forecast/function.mysql-connect> ]: Host
'157.47.115.180' is not allowed to connect to this MySQL server in
c:\wamp\www\CMS\forecast\includes\db_connection.php on line 10
Error !! Unable to connect to database
What should I do?
Read the error message, it tells you all you need to know.
Your host (157.47.115.180) is not allowed to connect to that mysql server.
Mysql isn't configured to allow connections using the ip.
http://dev.mysql.com/doc/refman/5.1/en/privilege-system.html
Is a good place to start.
--
Postgresql & php tutorials
http://www.designmagick.com/
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php