Guest User

Untitled

a guest
Jan 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. mysql> set innodb_lock_wait_timeout=100
  2.  
  3. Query OK, 0 rows affected (0.02 sec)
  4.  
  5. mysql> show variables like 'innodb_lock_wait_timeout';
  6. +--------------------------+-------+
  7. | Variable_name | Value |
  8. +--------------------------+-------+
  9. | innodb_lock_wait_timeout | 100 |
  10. +--------------------------+-------+
  11.  
  12. SHOW ENGINE INNODB STATUSG
  13.  
  14. show open tables where in_use>0;
  15.  
  16. show full processlist;
Add Comment
Please, Sign In to add comment