MINI MINI MANI MO
call mtr.add_suppression("using --replicate-same-server-id in conjunction with --log-replica-updates would lead to infinite loops in this server.");
# restart: --replicate-same-server-id=1 --server_id=1 --relay-log=replicate-relay-bin
SET GLOBAL RELAY_LOG_PURGE=OFF;
CHANGE MASTER TO RELAY_LOG_FILE='replicate-relay-bin.000001', RELAY_LOG_POS=1, MASTER_HOST='dummy';
START SLAVE SQL_THREAD;
SET GLOBAL RELAY_LOG_PURGE=ON;
STOP SLAVE SQL_THREAD;
CHANGE MASTER TO MASTER_HOST='127.0.0.1', MASTER_USER='root';
Warnings:
Note 1759 Sending passwords in plain text without SSL/TLS is extremely insecure.
Note 1760 Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information.
OHA YOOOO