MySQL 跨版本主從複製時報錯:ERROR 1794 (HY000): Slave is not configured or failed to initialize properly.

來源:互聯網
上載者:User

標籤:user   mysql   configure   get   source   work   enable   erro   lan   

 

背景: zabbix 資料庫遷移,搭建主從,主是5.6.25,從是5.7.15,流式備份應用 redo.log 之後,change master 和reset slave 時報出如下錯誤

 

mysql> CHANGE MASTER TO    ->   MASTER_HOST=‘192.168.40.129‘,    ->   MASTER_USER=‘repl‘,    ->   MASTER_PASSWORD=‘repl_123‘,    ->   MASTER_PORT=3306,    ->   MASTER_LOG_FILE=‘mysql-bin.000005‘,           ->   MASTER_LOG_POS=749,    ->   MASTER_AUTO_POSITION=0;ERROR 1794 (HY000): Slave is not configured or failed to initialize properly. You must at least set --server-id to enable either a master or a slave. Additional error messages can be found in the MySQL error log.  

原因:從 5.6.25 版本使用 innobackupex 備份,在 5.7.15 版本中應用恢複,ibd系統資料表需要重建

解決步驟:

1、drop 備份的 ibd表

use mysqldrop table slave_master_info;drop table slave_relay_log_info;drop table slave_worker_info;drop table innodb_index_stats;drop table innodb_table_stats;

2、重建

mysql> source /usr/local/mysql/share/mysql_system_tables.sqlQuery OK, 0 rows affected, 1 warning (0.00 sec) 

3、重啟資料庫

[[email protected] data]# /etc/init.d/mysqld restartShutting down MySQL..                                      [  OK  ]Starting MySQL..                                           [  OK  ]

  至此,問題解決,登陸資料庫,重新 change master to 即可!

 

zero_gg
出處:http://www.cnblogs.com/zero-gg/

如果你真心覺得文章寫得不錯,而且對你有所協助,那就不妨小小打賞一下吧,如果囊中羞澀,不妨幫忙“推薦"一下,您的“推薦”和”打賞“將是我最大的寫作動力!

本文著作權歸作者所有,歡迎轉載,但未經作者同意必須保留此段聲明,且在文章頁面明顯位置給出原文串連.

MySQL 跨版本主從複製時報錯:ERROR 1794 (HY000): Slave is not configured or failed to initialize properly.

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.