zoukankan      html  css  js  c++  java
  • mysql 错误集锦

    Got fatal error 1236 from master when reading data from binary log: 'could not find next log; the first event '' at 4, the last event read from './mysql-bin.000005' at 304695, the last byte read from './mysql-bin.000005' at 304695.'

    root@012cabfabcf5:/# mysqlrpladmin --slaves=repluser:'repl.123'@192.168.9.113,repluser:'repl.123'@192.168.9.127 --candidates=repluser:'repl.123'@192.168.9.113,repluser:'repl.123'@192.168.9.127 --rpl-user=repluser:repl.123 failover
    WARNING: Using a password on the command line interface can be insecure.
    # Checking privileges.
    # Checking privileges on candidates.
    # Performing failover.
    # Candidate slave 192.168.9.113:3306 will become the new master.
    # Checking slaves status (before failover).
    # ERROR: Problem detected with SQL thread for slave '192.168.9.113'@'3306' that can result in an unstable topology.
    #  - SQL thread running: No
    #  - SQL error: None
    #  Tip: Check the slave server log to identify the problem and fix it. For more information, see: http://dev.mysql.com/doc/refman/5.6/en/replication-problems.html
    ERROR: Problem detected with SQL thread for slave '192.168.9.113'@'3306' that can result in an unstable topology. Note: To ignore this issue use the utility with the --force option.

    2018-01-18T06:42:34.157806406Z Logged from file tasks.py, line 147
    2018-01-18T06:42:34.15785599Z Traceback (most recent call last):
    2018-01-18T06:42:34.157887448Z   File "/usr/lib/python2.7/logging/__init__.py", line 883, in emit
    2018-01-18T06:42:34.157918948Z     self.flush()
    2018-01-18T06:42:34.15795049Z   File "/usr/lib/python2.7/logging/__init__.py", line 843, in flush
    2018-01-18T06:42:34.157982031Z     self.stream.flush()
    2018-01-18T06:42:34.158018031Z IOError: [Errno 32] Broken pipe
    2018-01-18T06:42:34.15805849Z Logged from file tasks.py, line 194
    2018-01-18T06:42:34.158085406Z Traceback (most recent call last):
    2018-01-18T06:42:34.158118198Z   File "/usr/lib/python2.7/logging/__init__.py", line 883, in emit
    2018-01-18T06:42:34.158163198Z     self.flush()
    2018-01-18T06:42:34.15821274Z   File "/usr/lib/python2.7/logging/__init__.py", line 843, in flush
    2018-01-18T06:42:34.15827124Z     self.stream.flush()
    2018-01-18T06:42:34.158356823Z IOError: [Errno 32] Broken pipe

  • 相关阅读:
    jQery总结01
    抽象类和接口精华
    JS基础之开篇
    HTML常见元素集锦
    bzoj3626 [LNOI2014]LCA
    bzoj3223 Tyvj 1729 文艺平衡树
    bzoj3196 Tyvj 1730 二逼平衡树
    bzoj3295 [Cqoi2011]动态逆序对
    bzoj3514 Codechef MARCH14 GERALD07加强版
    bzoj3932 [CQOI2015]任务查询系统
  • 原文地址:https://www.cnblogs.com/mhc-fly/p/8327969.html
Copyright © 2011-2022 走看看