mysql binlog

来源:互联网 发布:股票数据统计软件 编辑:程序博客网 时间:2024/05/16 04:09

常用命令:

show variables like 'version';

 show binary logs;

show binlog events;

show master status

show binlog events in 'mysql-bin.000058';


show variables like '%bin%';



d、获取指定位置binlog的内容(show binlog events from) 
mysql> show binlog events from 213;

show grants for 'canal' 

http://www.linuxidc.com/Linux/2014-12/110653.htm

0 0
原创粉丝点击