mysql 连接数相关参数配置:
mysql> show variables like ‘max%conn%’;
+———————-+——-+
| Variable_name | Value |
+———————-+——-+
| max_connect_errors | 10000 | 最大允许错误连接数
| max_connections | 9190 | 最大允许并发连接数
| max_user_connections | 0 | 单个用户最大允许并发连接数
连接数相关值:
mysql> show global status like ‘%Connections%’;
+———————————–+———————+
| Variable_name | Value |
+———————————–+———————+
| Connection_errors_max_connections | 0 |
| Connections | 331860 | 总连接数,包括成功了和没有成功(尝试连接了就算)
| Max_used_connections | 642 | 实际达到