摘要:
以下是个人整理的Mysql一些重要的参数,需要通过监视工具监视 show status like 'Threads_connected'; --变量的值是表示当前有多少个客户连接该mysql服务器,连接数是否过多,网络时候存在问题!特别是在pconnect的情况下:) show status lik 阅读全文
摘要:
1 查看字体集 mysql> show variables like '%char%'; + + + | Variable_name | Value | + + + | character_set_client | utf8 | | character_set_connection | utf8 | 阅读全文
摘要:
mysql> select * from engine_cost; + + + + + + + + | engine_name | device_type | cost_name | cost_value | last_update | comment | default_value | + + + 阅读全文