mysql 主从数据同步
摘要:
1.在主服务器中添加对应的用户和授权 CREATE USER 'test'@'%' IDENTIFIED BY 'test'; grant all privileges on *.* to test@'%' identified by 'test' with grant option; 2.在主服务 阅读全文
posted @ 2018-07-16 16:47
罗爱熊1314
阅读(102)
评论(0)
推荐(0)
浙公网安备 33010602011771号