V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
MySQL 5.5 Community Server
MySQL 5.6 Community Server
Percona Configuration Wizard
XtraBackup 搭建主从复制
Great Sites on MySQL
Percona
MySQL Performance Blog
Severalnines
推荐管理工具
Sequel Pro
phpMyAdmin
推荐书目
MySQL Cookbook
MySQL 相关项目
MariaDB
Drizzle
参考文档
http://mysql-python.sourceforge.net/MySQLdb.html
moell
V2EX  ›  MySQL

MySQL5.0,localhost-relay-bin 被误删除后,主从无法建立关系

  •  
  •   moell · 2016-10-11 00:18:55 +08:00 · 2341 次点击
    这是一个创建于 2761 天前的主题,其中的信息可能已经有所发展或是发生改变。

    问题背景

    localhost-relay-bin 被误删除前主从是正常运行的,误删后尝试从新建立连接,但一直出现问题。

    ###问题还原

    mysql> reset slave;
    mysql> CHANGE MASTER TO MASTER_HOST='192.168.1.2',
        -> MASTER_PORT=3306,
        -> MASTER_USER='root',
        -> MASTER_PASSWORD='passwd',
        -> MASTER_LOG_FILE='mysql-bin.000632',
        -> MASTER_LOG_POS=194870462;
    ERROR 2006 (HY000): MySQL server has gone away
    No connection. Trying to reconnect...
    Connection id:    706
    Current database: *** NONE ***
    
    ERROR 1201 (HY000): Could not initialize master info structure; more error messages can be found in the MySQL error log
    

    mysql 错误日志

    161011 22:27:24 [ERROR] log ./localhost-relay-bin.000007 listed in the index, but failed to stat
    161011 22:27:24 [ERROR] Error counting relay log space
    

    排查过

    • 权限验证过没有问题
    • 尝试删除 master.inforelay-log.info 文件,然后重启 mysql,从新 reset slave,问题依旧
    • my.cnf 检查过。确认没问题,因为其他服务器一致,并且以前正常运行过。
    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1555 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 16:29 · PVG 00:29 · LAX 09:29 · JFK 12:29
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.