首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 系统运维 >

[MySQL参数取值] Status取值ERROR 1193 (HY000): Unknown system variable 'Innodb_buff

2013-10-29 
[MySQL参数取值] Status取值ERROR 1193 (HY000): Unknown system variable Innodb_buffer_pool_read_reque

[MySQL参数取值] Status取值ERROR 1193 (HY000): Unknown system variable 'Innodb_buffer_pool_read_requests'

variables参数值,可以通过 select @@xx取值,如下:

mysql> show status like 'Innodb_buffer_pool_read_requests';+----------------------------------+-------------+| Variable_name                    | Value       |+----------------------------------+-------------+| Innodb_buffer_pool_read_requests | 15551159458 |+----------------------------------+-------------+1 row in set (0.00 sec)mysql> select @@Innodb_buffer_pool_read_requests;ERROR 1193 (HY000): Unknown system variable 'Innodb_buffer_pool_read_requests'mysql> 



热点排行