Connect to a Remote MySQL Server
Normally the default install of your MySQL only allows connection from same pc. Suppose the firewall is not an issue, MySQL should be able to accessed remotely, providing the privilege is given to a user from a special IP, otherwise you will get an error message like:
#1130 host ‘xxxx’ is not allowed to connect to this mysql server.
Read the rest of this entry »
