MySQL 开启主从同步操作步骤 主服务器: 1、修改配置文件 my.cnf : log-bin=mysql-bin binlog_format=mixed server-id = 1 2、添加用于同步的账户: grant repli … 继续阅读 MySQL 开启主从同步操作步骤