[Mysql]Locked edilmis tablolar
Mysql ‘de locked edilmis tablolari asagidaki gibi izleyebilirsiniz.
mysql> show processlist;
ve
mysql> show open tables WHERE In_use > 0;
+--------------+--------------+--------+-------------+
| Database | Table | In_use | Name_locked |
+--------------+--------------+--------+-------------+
| murat_ugur_ | eminoglu | 5 | 0 |
+--------------+--------------+--------+-------------+
1 row in set (0.00 sec)
Comments
Leave a Comment