Created
January 27, 2015 18:26
-
-
Save cmpscabral/46deeb742e4d0e27a12c to your computer and use it in GitHub Desktop.
mysql lock timeout
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> show open tables where in_use>0; | |
mysql> show processlist; | |
mysql> kill put_process_id_here; | |
mysql> show variables like 'innodb_lock_wait_timeout'; | |
mysql> set innodb_lock_wait_timeout=100; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment