References https://logs.paulooi.com/how-to-remove-mysql-binary-log.php
MySQL Connector Python Executing Multiple SQL Statements
To run multiple executions a time, the SQL statements should be separated by semicolons(;) and with the multi option as true. And meanwhile, cursor.execute returns […]