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;;