Skip to content

Instantly share code, notes, and snippets.

@ymxmore
Last active May 29, 2018 01:27
Show Gist options
  • Select an option

  • Save ymxmore/5043f611080b350d9352e4ecda96ac87 to your computer and use it in GitHub Desktop.

Select an option

Save ymxmore/5043f611080b350d9352e4ecda96ac87 to your computer and use it in GitHub Desktop.
オートコミットの状態
-- 状態確認
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