I have a web app that has been written with the assumption that autocommit is turned on on the database, so I don\'t want to make any changes there. However all the document
For auto commit off then use the below command for sure. Set below in my.cnf file:
my.cnf
[mysqld] autocommit=0