一.mysql 安装
https://www.cnblogs.com/jxrichar/p/9248480.html
二.主从配置参考
https://www.cnblogs.com/superfat/p/5267449.html
-----------------------------------------------------------------------------------------------------------------------
1.server uuid 主从一样 原因,从主服务器克隆的从服务器 ,server uuid 保持一致
解决方法:
1. 首先要查找到mysql的安装地址
show variables like 'datadir';
select uuid()