mysql8主从配置个人记录

18 阅读1分钟
CHANGE replication source TO 

SOURCE_HOST = '172.17.0.1',

SOURCE_PORT = 3306,

SOURCE_USER = 'slave_user',

SOURCE_PASSWORD = 'slave_user_password',

SOURCE_LOG_FILE = 'mysql-bin.000006',

SOURCE_SSL = 1,

SOURCE_LOG_POS = 660;