一般来说,可以在phpmyadmin中查看Open_tables与Opened_tables的值,也可以执行
mysql> show global status like 'open%_tables';
来查看这两个参数的值。其中Open_tables是当前正在打开表的数量,Opened_tables是所有已经打开表的数量。
一般来说,可以在phpmyadmin中查看Open_tables与Opened_tables的值,也可以执行
mysql> show global status like 'open%_tables';
来查看这两个参数的值。其中Open_tables是当前正在打开表的数量,Opened_tables是所有已经打开表的数量。