中間報錯: 1.IO進程一直處于connnecting中 slave 用戶的密碼寫錯 2.show slave status;報錯 Last_IO_Error: Got fatal error 1236 from master when reading data from binary log: 'Could not find first log file name in binary log index file' 解決辦法: 主庫:flush logs; 從庫: stop slave; CHANGE MASTER TO MASTER_LOG_FILE='mysqld-bin.000011',MASTER_LOG_POS=106; start slave;