본문 바로가기

카테고리 없음

my sql binlog format enabled시키기

SET GLOBAL log_bin = ON;
SET GLOBAL binlog_format = 'ROW';