MYSQL主从复制+读写分离

案例 搭建MYSQL主从复制 这里mysql服务器都装好了的 yum -y install ntp #装ntp时间同步 vim /etc/ntp.conf #配置文件 server 127.127.1.0 fudge 127.127.1.0 stratum 8 #添加这两行 service ntpd restart /usr/sbin/ntpdate 192.168.1.101 #节点上进行时间同
相关文章
相关标签/搜索