简体   繁体   中英

impossible to write to binary log since BINLOG_FORMAT = STATEMENT

I have gone through your answers for the above question and the options you guys presented me. I have tried changing the binlog_format=Mixed in MySQL workbench UI but the option was not refelecting on the UI after I apply the changes. Can anyone help me how to change the BINLOG_FORMAT either in UI or command prompt?

I had a similar problem with InnoDb tables and I changed my binlog_foramt to ROW in Workbench. It is essential to stop and start the server for this change to take effect. After this I was able to run the INSERT statement in an sql script.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM