同步本地和远程数据库

发布于 2024-09-01 09:14:52 字数 1459 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

不美如何 2024-09-08 09:14:52

试试这个:
MySQL 比较

Try this one:
MySQL Compare

旧时模样 2024-09-08 09:14:52

如果您希望持续保持数据库实例同步 - 您应该使用正确的主从配置作为您的数据库环境。

查看 http://dev.mysql.com/doc/refman/ 5.5/en/replication.html 了解有关复制的更多信息。

如果复制不可用,您可以使用一台计算机上的二进制日志(记录数据库上的所有操作),并在需要同步实例时在第二台计算机上运行它们。

查看 http://dev.mysql.com/doc/ refman/5.5/en/binary-log.html

同样,您可能需要访问某些配置文件。如果此选项无关紧要,那么您可能需要使用其他不太可靠的方法。

If you want to continuously keep your DB instances synced - you should use a proper master-slave configuration as your DB landscape.

Check out http://dev.mysql.com/doc/refman/5.5/en/replication.html for more info on replication.

If replication is not available, you can use the binary logs (which record all operationso n the database) on one machine and run them on the second machine whenever you want to sync the instances.

Check out http://dev.mysql.com/doc/refman/5.5/en/binary-log.html

Again, you might be needing access to certain configuration files. If this option is irrelevant, then you might need to fall back to other methods which are much less reliable.

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