MySQL复制

发布于 2024-09-09 05:40:24 字数 232 浏览 3 评论 0原文

我希望能够通过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

樱花坊 2024-09-16 05:40:24

您必须使用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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文