1)查询锁表问题
show open tables where in_use > 0
2)解除所有锁
unlock tables
3)锁表
lock tables data_map READ
1)查询锁表问题
show open tables where in_use > 0
2)解除所有锁
unlock tables
3)锁表
lock tables data_map READ