The slave I/O thread stops(equal MySQL server ids)
生活随笔
收集整理的這篇文章主要介紹了
The slave I/O thread stops(equal MySQL server ids)
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
在學習replication時遇到了如下問題: ? 顯然看到Slave_IO_Running 為NO 表示有問題; 到日志里查看,錯誤如下:
position 98
100121 17:09:03?[ERROR]?The slave I/O thread stops because master?and?slave have equal MySQL server ids;?these ids must be different?for?replication to work?(or?the--replicate-same-server-id?option?must be used on slave but?this?does?not?always make sense;?please check the manual before using it).
100121 17:09:03?[Note]?Slave I/O thread exiting,?read up to log?'mysql-bin.000007',position 98
懷疑是server-id的原因。
于是如圖:
查看大圖 顯然, 42和88行都定義了server-id。 于是注釋了88行。 操作 vi /etc/my.cnf,找到第88行, 將server-id注釋掉 如圖: 查看大圖
再次查詢/etc/my.cnf
?
?
轉載于:https://www.cnblogs.com/helloyb/archive/2012/10/08/2714985.html
總結
以上是生活随笔為你收集整理的The slave I/O thread stops(equal MySQL server ids)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: C# 类(14) 事件
- 下一篇: flash中的渐变滤镜GradientG