MySQL-show open tables

MySQL-show open tables

起男 551 2020-12-22

MySQL-show open tables

概念

语法

show open tables[{from|in} db_name][linke 'pattern'|where expr]

作用

显示table cache中正在打开的非临时表

输出结果

  • database:表所属数据库
  • table:表
  • in_use:请求表锁的次数
  • name_locked:表名是否被锁