1)MySQL的replication过程是一个异步同步的过程,并非完全的主从同步,所以同步的过程中是有延迟的,如果做了读写分离的业务的话,建议也要监控此延迟时间; 2)MySQL的master与slave机器记得server-id要保持不一致,如果一样的话,replication过程中会出现如下报错: Fatal error: The slave I/O thread stops because master and slavehave equal MySQL server ids; these ids must be different for replication to