I have two MySQL Databases:
- On a local machine (connected to internet via a static IP)
- My SQL database on my webserver (JustHost, which I can access remotely)
I want a replicate my local database to the online one. AFAIK I cannot modify the configuration files of the database. So is there any way to set up replication between these two, or is there any way to accomplish my requirement?