“查看MySQL事务自动提交是否启用”的版本间的差异

来自姬鸿昌的知识库
跳到导航 跳到搜索
(建立内容为“<syntaxhighlight lang="powershell"> mysql> show variables like 'autocommit'; +---------------+-------+ | Variable_name | Value | +---------------+-------+ | autoc…”的新页面)
 
(没有差异)

2023年1月6日 (五) 14:55的最新版本

mysql> show variables like 'autocommit';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| autocommit    | ON    |
+---------------+-------+
1 row in set, 1 warning (0.00 sec)

在 MySQL Workbench 中禁/启用的开关

MySQL Workbench 中禁启用自动提交的开关.png