打杂
全部博文(524)
发布时间:2017-11-01 09:56:05
yum install make gcc mysql-server mysql-devel libcurl-devel net-snmp-devel php php-gd php-xml php-mysql php-mbstring php-bcmath httpd wget lrzsz telnet lsof -ygroupadd zabbixuseradd zabbix -g zabbixwget -c http://jaist.dl.sourceforge.net/p.........【阅读全文】
发布时间:2017-10-25 18:15:48
1.rule.xml 点击(此处)折叠或打开<tableRule name="sharding-by-date-test"><rule> <columns>createtime</columns> <algorithm>sharding-by-date</algorithm.........【阅读全文】
发布时间:2017-07-27 11:46:02
Slave I/O: Fatal error: The slave I/O thread stops because master and slave have equal MySQL server UUIDs; these UUIDs must be different for replication to work. Error_code: 1593
?
?按照网上的教程来做主从同步
结果复制的时候 我把整个data文件夹一起复制过去了
导致了 data/auto.cnf 文件一样
anco.cnf里面记录的server-id也一样 把从服务器的data/auto.cnf删除 重启服务 同步成功?......【阅读全文】