MySQL复制
我希望能够通过 adsl 将本地 mysql 数据库复制到在线 mysql 数据库。
我的adsl ip是动态的,所以我没有静态ip。
我使用自定义应用程序来填充本地数据库,该应用程序使用了相当多的CPU,并且当我在线运行该应用程序时,托管在线数据库的网络服务器受到了影响。
有什么办法可以做到这一点吗?
提前感谢林的任何帮助。
问候
Potman100
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须使用MySQL复制并且数据传输协议不米。
您可以使用动态 DNS 服务来获取带有 A 或 AAAA 记录的恒定 DNS 地址(A 代表 IPv4, AAAA 适用于 IPv6)始终指向您的动态 adsl IP 地址。
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.