2020年12月9日
摘要: 以下是个人整理的Mysql一些重要的参数,需要通过监视工具监视 show status like 'Threads_connected'; --变量的值是表示当前有多少个客户连接该mysql服务器,连接数是否过多,网络时候存在问题!特别是在pconnect的情况下:) show status lik 阅读全文
posted @ 2020-12-09 23:21 InnoLeo 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 1 查看字体集 mysql> show variables like '%char%'; + + + | Variable_name | Value | + + + | character_set_client | utf8 | | character_set_connection | utf8 | 阅读全文
posted @ 2020-12-09 22:56 InnoLeo 阅读(245) 评论(0) 推荐(0) 编辑
摘要: mysql> select * from engine_cost; + + + + + + + + | engine_name | device_type | cost_name | cost_value | last_update | comment | default_value | + + + 阅读全文
posted @ 2020-12-09 21:49 InnoLeo 阅读(158) 评论(0) 推荐(0) 编辑