Created
May 29, 2018 11:39
-
-
Save 6ui11em/360881ac7b825e90ccf5a7710ad77072 to your computer and use it in GitHub Desktop.
MySQL force unlock tables. #mysql
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
mysql -u your_user -p | |
mysql> show open tables where in_use>0; | |
mysql> show processlist; | |
mysql> kill put_process_id_here; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment