mysql 主/从故障转移
有没有任何产品可以使 mysql 主/从故障转移过程更容易? 可以自动发生的事情,而不是手动修复它。
Is there any product that make mysql master/slave failover process easier? something that can happen automatically, rather than manually fix it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
[...稍后...;)
你所说的“更容易”是什么?
MySQL 有很多解决方案:
关于这个主题有很多材料:
对数据库的故障转移支持,甚至更多:MySQL 的扩展解决方案(复制、集群)
MySQL 集群采用开箱即用的解决方案,但复制不是很好很难设置。
问候。
[... a bit later ... ;)
What are you calling "easier" ?
There is pretty much solutions with MySQL :
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.
实际的故障转移位可以通过心跳进行管理(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.