MySQL主從失敗使用bin-log恢複

來源:互聯網
上載者:User

MySQL主從失敗使用bin-log恢複

MySQL主從失敗的時候先查看從資料庫show slave  status\G

記住bin-log的pos和binlog檔案(一般選擇最近的pos的上一個點來進行恢複)或者查看mysql的錯誤日記的時間點,

將mysql-binlog轉化為txt,可以查看資料庫的每一個操作

mysqlbinlog  /路徑/mysql-bin.000xxx  >txt1.txt

使用change master to master_host='xxxx',master_user='mysync',master_password='q123456',

master_log_file='mysql-bin.xxx',master_log_pos=xxx;

關鍵在與能否找到mysql主庫的沒有同步的pos和pos所在的bin-log檔案

恢複MySQL主從資料一致性的總結

MySQL主從資料庫配置攻略以及錯誤處理

MySQL主從延時問題小計&個人總結

Linux環境中MySQL主從同步--添加新的從庫

MySQL主從失敗 錯誤Got fatal error 1236

MySQL主從複製,單台伺服器上實施

搭建MySQLProxy 伺服器實現讀寫分離+主從同步

MySQL 5.5 主從雙向同步

MySQL 5.5主從同步排錯

MySQL主從複製非同步半同步執行個體

本文永久更新連結地址:

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.