萬盛學電腦網

 萬盛學電腦網 >> 數據庫 >> mysql教程 >> MYSQL: Failed to open the relay log解決辦法

MYSQL: Failed to open the relay log解決辦法

昨天在MySQL主從復制突然就出現了Could not initialize master info structure; more error messages can be found in the MySQL error log。錯誤,下面來分享我的解決辦法。

下面看解決辦法

打開log日志發現是因為如下的原因:

111121 15:15:22 [ERROR] Failed to open the relay log ‘./dong-relay-bin.000002′ (relay_log_pos 1067)

111121 15:15:22 [ERROR] Could not find target log during relay log initialization

可以按照下面的方法解決:

1、停止mysql服務

2、在mysql日志目錄下刪除所有的relay logs,包括hostname-relay-bin.XXX, hostname-relay-bin.index and relay-log.info等等

3、重啟mysql服務

這樣mysql就會重新生成relay 日志。

copyright © 萬盛學電腦網 all rights reserved