免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2619 | 回复: 1
打印 上一主题 下一主题

mysql 创建用户导致 binlog 异常 replcation 中断报错 [复制链接]

论坛徽章:
2
天秤座
日期:2014-03-19 17:57:24申猴
日期:2014-06-17 10:25:16
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2014-05-20 16:08 |只看该作者 |倒序浏览
mysql 运行正常的情况下 在master 库上新增用户权限 ,发现slave 都挂了
创建用户及赋权命令如下:
mysql> create user test@'%';
Query OK, 0 rows affected (0.00 sec)
mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)
mysql> update user set password=password('zsh') where user='test';
Query OK, 1 row affected (0.00 sec)
Rows matched: 1  Changed: 1  Warnings: 0
mysql>  GRANT ALL PRIVILEGES ON *.* TO test@'%' IDENTIFIED BY PASSWORD '*84CC991F2B08632D6B01FC13FDBBA3FED084008F';
Query OK, 0 rows affected (0.00 sec)
mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)

check binlog 发现如下错误:
# at 6759
#140519 10:43:52 server id 55  end_log_pos 6850 CRC32 0xa24fb9eb         Query        thread_id=45622        exec_time=0        error_code=0
SET TIMESTAMP=1400467432/*!*/;
SET @@session.pseudo_thread_id=45622/*!*/;
SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=0, @@session.unique_checks=1, @@session.autocommit=1/*!*/;
SET @@session.sql_mode=0/*!*/;
SET @@session.auto_increment_increment=1, @@session.auto_increment_offset=1/*!*/;
/*!\C utf8 *//*!*/;
SET @@session.character_set_client=33,@@session.collation_connection=33,@@session.collation_server=33/*!*/;
SET @@session.lc_time_names=0/*!*/;
SET @@session.collation_database=DEFAULT/*!*/;
create user test@'%'
/*!*/;
# at 6850
#140519 10:45:17 server id 55  end_log_pos 6907 CRC32 0xdcc008ed
# Incident: LOST_EVENTS
RELOAD DATABASE; # Shall generate syntax error
# at 6907
#140519 10:45:17 server id 55  end_log_pos 6954 CRC32 0x7d7a5c47         Rotate to mysql-bin.000012  pos: 4
DELIMITER ;
# End of log file
ROLLBACK /* added by mysqlbinlog */;
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=0*/;


请教大家 create user 怎么会导致binlog 异常 (replication 也断掉了)……

哪位遇到过这样的情况?多提高贵意见和建议啊

论坛徽章:
2
天秤座
日期:2014-03-19 17:57:24申猴
日期:2014-06-17 10:25:16
2 [报告]
发表于 2014-05-20 16:11 |只看该作者
高手们出山指点下啊
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP