by rupamoy bhattacharya.
Hi, In addition to binlog_format update, no need to update manually my.cnf. Run the following command in mysq and wait for approx 2 minutes, it will reflect.
SHOW VARIABLES LIKE '%bin%'
It will show initially STATEMENT. Then run the following command and it will update the status to MIXED. It takes some time, reopen the mysql command line window and check.
SET GLOBAL binlog_format = 'MIXED';