I want to be able to replicate a local mysql db to an online mysql db over adsl.
My adsl ip is dynamic, so I dont have static ip.
I use a custom application to fill the local db, the app uses quite a lot of cpu and the on webserver that hosts the online db is suffering when I run the app online.
Is there any way to do this ?
Thanks lin advance for any help.
Regards
Potman100
You must use MySQL Replication and data transport protocol doesn't metter.
You can use a Dynamic DNS service for get constant DNS address with A or AAAA record (A is for IPv4, AAAA is for IPv6) pointed always to your dynamic adsl IP address.