Last active
May 29, 2018 01:27
-
-
Save ymxmore/5043f611080b350d9352e4ecda96ac87 to your computer and use it in GitHub Desktop.
オートコミットの状態
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- 状態確認 | |
| SELECT @@global.autocommit, @@session.autocommit; | |
| -- 変更 | |
| SET @@session.autocommit=OFF; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment