How to unlock in_use table - mysql
21:25 12 Aug 2015

Use: show open tables where In_use > 0; there're 2 tables "In_use". I tried to "REPAIR TABLE" and let it run for hours, but not working. Is there any good way to do it?

mysql locking