ID:928380
 
Keywords: save, sql
(See the best response by Leptoon.)
Please do show an example of local mySQL saving on BYOND. Such as creating a local SQL base on BYOND, and adding saves into it.
Best response
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.
In response to Ter13
Ter13 wrote:
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.

Isn't that what I said? :P