Last_IO_Error: Fatal error: The slave I/O thread stops because master and slave have equal MySQL server ids; these ids must be different for replication to work (or the --replicate-same-server-id option must be used on slave but this does not always make sense; please check the manual before using it).
mysql> show variables like 'server_id'; +---------------+-------+ | Variable_name | Value | +---------------+-------+ | server_id | 1 | +---------------+-------+ 1 row in set (0.00 sec)
mysql 隊列 實現(xiàn)并發(fā)讀深入mysql并發(fā)插入優(yōu)化詳解MySQL主從復制的原理及配置方法(比較詳細)mysql中復制表結構的方法小結MySQL復制表結構和內(nèi)容到另一張表中的SQL語句MySQL的主從復制步驟詳解及常見錯誤解決方法MySQL的隱式類型轉(zhuǎn)換整理總結MySQL隱式類型的轉(zhuǎn)換陷阱和規(guī)則MySQL 5.7并發(fā)復制隱式bug實例分析