MySQL REPEATABLE-READ Workbench transaction level not set
问题 We have set the following in the my.ini file [mysqld] transaction-isolation = READ-COMMITTED We assume this setting will be the default for all user sessions. When logging in using PHPMyAdmin the tx_isolation is set correctly and works as expected. However, when connecting to the server using MySQL Workbench 6.0 an examination of the variables shows that the tx_isolation level is set to REPEATABLE-READ. The effects of this isolation level are also as expected. We want to set the transaction