Could not find first log file name in binary log index file

2015.07.17<br /> <br /> 今天用脚本做主从切换实验的时候,看到从机上有报错: <h3 style="line-height:35px;white-space:normal;margin:0px 0px 10px;padding:0px;font-size:20px;font-family:tahoma, helvetica, 'microsoft yahei', arial;color:#3A3A3A;font-weight:normal;background-color:#FFFFFF;"> Could not find first log file name in binary log index file<span style="font-family:'sans serif', tahoma, verdana, helvetica;font-size:12px;line-height:1.5;"></span> </h3> 当时主从的链接是正常的,<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Slave_IO_Running: Yes<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Slave_sql_Running: Yes<br /> <span style="white-space:normal;">但是主机的日志传过来,从机不能应用。重新<br /> stop slave;<br /> reset slave;<br /> change master to <br /> 还是不行。但是网络是好的,又重新change 都行不通啊。然后突然想到昨天再做切换的时候,失败多,导致主机上面的数据没有过来。<br /> 发现问题了,就知道怎么做了<br /> 重新mysqldump 备份,然后再从机上面恢复,<br /> 再change master to 就ok了!&nbsp;<br /> 正常情况下,重新change to &nbsp;就可以了,只是我的,呃呃呃。。。。</span><br />

相关文章

这篇文章主要介绍“hive和mysql的区别是什么”,在日常操作中...
这篇“MySQL数据库如何改名”文章的知识点大部分人都不太理解...
这篇文章主要介绍“mysql版本查询命令是什么”的相关知识,小...
本篇内容介绍了“mysql怎么修改字段的内容”的有关知识,在实...
这篇文章主要讲解了“mysql怎么删除unique约束”,文中的讲解...
今天小编给大家分享一下mysql怎么查询不为空的字段的相关知识...