关于一次MySQL主从不同步问题

由于数据库不是很重要,一不小心就删掉了数据。好在做了主从,就把从数据库文件还原到主数库。

主从数据库就不同步了,错误代码为Fatal error: The slave I/O thread stops because master and slave have equal MySQL server UUIDs; these UUIDs must be different for replication to work.

解决方式
这是因为在还原数据的时候导致uuid相同,修改一下auto.cnfl里面的参数server-uuid=2fc2a81e-5599-11e3-b108-00163e045fd1,重启下数据库就可以了。

但还是不同步,错误代码

Got fatal error 1236 from master when reading data from binary log: 'Could not find first log file name in binary log index file'

解决方法参考http://blog.csdn.net/billfanggs/article/details/8905991这篇文章。

你可能感兴趣的:(thread,different,reading,数据库文件,because)