centos7 mysql binlog 日志 存放目录
cd /var/lib/mysql
ls

mysql -uroot -p
mysql> set global binlog_format="row"; "mixed"; "statement";
mysql> show master status;
mysql> quit;;

cd /var/lib/mysql
ls

mysql -uroot -p
mysql> set global binlog_format="row"; "mixed"; "statement";
mysql> show master status;
mysql> quit;;
