经过show variables like xxx 详解mysql运行时参数

通过show variables like xxx 详解mysql运行时参数

本文参考以下网页:
1.http://dev.mysql.com/doc/refman/5.1/en/server-status-variables.htm
2.http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html
3.http://www.ibm.com/developerworks/cn/linux/l-tune-lamp-3.html
4.http://www.day32.com/MySQL/tuning-primer.sh 具体数值主要参考此工具

?

1, 查看MySQL服务器配置信息?

Java代码??

  1. mysql>?show?variables;??

2, 查看MySQL服务器运行的各种状态值?

Java代码??

  1. mysql>?show?global?status;??

3, 慢查询?

Java代码??

免责声明: 本文仅代表作者个人观点,与无关。其原创性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容、文字的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。

相关资料

经过show variables like xxx 详解mysql运行时参数

相关文章:

你感兴趣的文章:

标签云: