How to enable or disable autocommit of changes in MySQL using MySQL workbench?
Go to Edit->Preferences->SQL Editor->SQL Execution and check your current settings:
Also commit/rollback can be done with the buttons on SQL tab:
How to enable or disable autocommit of changes in MySQL using MySQL workbench?
Go to Edit->Preferences->SQL Editor->SQL Execution and check your current settings:
Also commit/rollback can be done with the buttons on SQL tab: