mail-question wrote:
When I go to Database and try to connect I get the following error:
1130 Host 'HP90312764228.tces.co' is not allowed to connect to this MySQL server
Thanking you in Advance.
Question from : junaid kazi
The 1130 Host 'HP90312764228.tces.co' is not allowed to connect to this MySQL server is a networking error. The server cannot resolve the hostname of the client or the host is not allowed to connect to the MySQL server.
You can fix this with the system user (root) by put the client host or IP number in the host field on the edit form of the DreamCoder for MySQL.
For the system database user (root) this is insecure because it allows connections from any host.
Also you can check the mysql documentation error :
http://dev.mysql.com/doc/refman/5.0/en/c...nnect-to-server.html
Regards,
Peter