Skip to content

Instantly share code, notes, and snippets.

@MozyOk
Last active May 31, 2019 07:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MozyOk/001222671671cfdd692218bc1d09185e to your computer and use it in GitHub Desktop.
Save MozyOk/001222671671cfdd692218bc1d09185e to your computer and use it in GitHub Desktop.
mysql クエリ強制終了 参考: https://tech.basicinc.jp/articles/57

MySQLにログインして
$ mysql -u hoge -phoge db
> show full processlist \G;
として、IDを見つけて
> kill プロセスID
で強制終了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment