目录一、系统初基础优化(mysql01和mysql02都操作)二、脚本自动安装MySQL二进制软件包(mysql01和mysql02都操作)三、配置mysql01和mysql02相互主从同步(mysql01和mysql02都操作)四、登录mysql01和mysql02安装配置
目录mysql 中的集群部署方案前言MySQL ReplicationMySQL Group ReplicationInnoDB ClusterInnoDB ClusterSetInnoDB ReplicaSetMMMMHAGalera ClusterMySQL ClusterMySQL Fabric总结参考资料MySQL 中的集群部署方案
I have a rails app up on heroku.Sometimes the server bombs out and I have to go to the console and execute heroku restart so that servers get restarted.This seems to fix the problem.