![]() |
Admin 1/30/2014 |
It is what it says - host is not allowed to connect. When you setup privileges in MySQL make sure that user can connect from any host. |
R
|
RockyMtnHi author 2/10/2014 |
It is what it says - host is not allowed to connect. When you setup privileges in MySQL make sure that user can connect from any host. http://stackoverflow.com/questions/8348506/grant-remote-access-of-mysql-database-from-any-ip-address
|
![]() |
Admin 2/10/2014 |
This error message is not about username/password, this is about where you connecting from. MySQL allows you to specify different permissions for different hosts and apparently host server.royalrestrooms.com is not allowed to connect. |
M
|
macalister 2/13/2014 |
Hi. |
A
|
Anapolis 2/20/2014 |
Rocky, when you say that you moved your PHPRunner application from "one server to a different one" you also mean that you duplicated all your PHPRunner application tables into your new hosting server's database, correct? |