Could not find first log file name in binary log index file[ mysql数据库 ]
mysql数据库
时间:2024-12-03 12:13:55
作者:文/会员上传
简介:
2015.07.17<br /><br />今天用脚本做主从切换实验的时候,看到从机上有报错:<h3 style="line-height:35px;white-space:normal;margin:0px 0px 10px;padding:0px;font-size:20p
以下为本文的正文内容,内容仅供参考!本站为公益性网站,复制本文以及下载DOC文档全部免费。
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 /> Slave_IO_Running: Yes<br /> 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了! <br />正常情况下,重新change to 就可以了,只是我的,呃呃呃。。。。</span><br />
展开阅读全文 ∨