mysql 主/从故障转移

发布于 2024-07-14 00:10:22 字数 58 浏览 9 评论 0原文

有没有任何产品可以使 mysql 主/从故障转移过程更容易? 可以自动发生的事情,而不是手动修复它。

Is there any product that make mysql master/slave failover process easier? something that can happen automatically, rather than manually fix it.

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

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

发布评论

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

评论(2

无风消散 2024-07-21 00:10:22

[...稍后...;)

你所说的“更容易”是什么?
MySQL 有很多解决方案:

  • MySQL Cluster,带有 NDB Engine(高可用性解决方案,但有一些限制:无外键)
  • MySQL Master / Slave 带有自己的复制系统
  • MySQL 通过 DRBD 和心跳进行复制。

关于这个主题有很多材料:
对数据库的故障转移支持,甚至更多:MySQL 的扩展解决方案(复制、集群)

MySQL 集群采用开箱即用的解决方案,但复制不是很好很难设置。

问候。

[... a bit later ... ;)

What are you calling "easier" ?
There is pretty much solutions with MySQL :

  • MySQL Cluster, with NDB Engine (High availability solution but some limitations : no foreign keys)
  • MySQL Master / Slave with their own replication system
  • MySQL replicated via DRBD and heartbeat.

There is a lot of material on this subject :
Failover support for a DB and even more here : Scaling solutions for MySQL (Replication, Clustering)

MySQL cluster in an out of the box solution, but replication is not very difficult to set up.

Regards.

时光瘦了 2024-07-21 00:10:22

实际的故障转移位可以通过心跳进行管理(Linux HA 项目的一部分;http://linux-ha.org/ ),我被告知 MySQL Enterprise 中有一些工具可以帮助管理复制,尽管我自己从未使用过它。

The actual failover bit can be managed with heartbeat (part of the Linux HA project; http://linux-ha.org/), and I'm told that there's some tools in the MySQL Enterprise grab bag that helps with managing replication, although I've never used it myself.

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