Since MYSQL is hosted as a web service, and access is handled through sockets, local and remote access is exactly the same.
If it's local, you can access it through the localhost with the service port number, while if it's remote, you can access it through either a url, or the IP of the host where it is being stored.
Since MYSQL is hosted as a web service, and access is handled through sockets, local and remote access is exactly the same.
If it's local, you can access it through the localhost with the service port number, while if it's remote, you can access it through either a url, or the IP of the host where it is being stored.
Local, remote, its all the same.