摘要:
Check binlog status -- https://github.com/alibaba/canal/wiki/AdminGuide show variables like 'log_bin'; show variables like 'binlog_format'; MySQL Binl 阅读全文
摘要:
create table tmp_demo_01 ( id int ,name varchar(127) ,age int ) ; create table tmp_demo_02 ( id int ,name varchar(127) ) ; insert into tmp_demo_01 sel 阅读全文