查看“MySQL主从常见问题分析”的源代码
←
MySQL主从常见问题分析
跳到导航
跳到搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
=mysql主从失败, 错误Got fatal error 1236解决方法= ==问题出现 == <pre> (vm机器 几天不用 再启动就) 由于主服务器异外重启, 导致从报错, 错误如下: show slave status错误: Slave_IO_Running: No Last_IO_Errno: 1236 Last_IO_Error: Got fatal error 1236 from master when reading data from binary log: 'Could not find first log file name in binary log index file' 查看mysql err log 如下 2017-08-22 10:56:23 9100 [Note] Slave I/O thread: connected to master 'repl_user@192.168.30.77:3306',replication started in log 'mysql-bin.000010' at position 120 2017-08-22 10:56:23 9100 [ERROR] Error reading packet from server: Could not find first log file name in binary log index file (server_errno=1236) 2017-08-22 10:56:23 9100 [ERROR] Slave I/O: Got fatal error 1236 from master when reading data from binary log: 'Could not find first log file name in binary log index file', Error_code: 1236 2017-08-22 10:56:23 9100 [Note] Slave I/O thread exiting, read up to log 'mysql-bin.000010', position 120 2017-08-22 10:56:23 9100 [Warning] Slave SQL: If a crash happens this configuration does not guarantee that the relay log info will be consistent, Error_code: 0 </pre> ==解决办法== <pre> 按照习惯, 先尝试必改position位置. mysql> stop slave; mysql> change master to master_log_file='mysql-bin.000011',master_log_pos=203; mysql> start slave; show slave status\G 居然就成功了 有个悲伤的就是 海外最终于还是没解决这个问题 </pre> =参考资料= [http://blog.itpub.net/31015730/viewspace-2154414/ MySQL主从不同步问题分析与处理思路] [https://blog.csdn.net/mydriverc2/article/details/38304355 谨慎设置binlog_format=MIXED] [http://blog.itpub.net/31015730/viewspace-2154408/ MySQL主从复制原理及必备知识总结] [http://ritto.blog.51cto.com/427838/735810 MySQL主从失败, 错误Got fatal error 1236解决方法] [http://blog.csdn.net/yumushui/article/details/42742461 一次MySQL主从搭建出现“Last_IO_Errno: 1236”错误的处理记录] [http://blog.itpub.net/22664653/viewspace-1714269/ 【MySQL】Got fatal error 1236原因和解决方法] [[category:mysql]]
返回至
MySQL主从常见问题分析
。
导航菜单
个人工具
登录
名字空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
我的导航
关于我
shell
python
ops
linuxchina.net
blog.linuxchina
最近更改
随机页面
帮助
工具
链入页面
相关更改
特殊页面
页面信息