MySQL查看最大连接数_MySQL
程序员文章站
2022-05-26 19:50:51
...
mysql版本:mysql5.5.40 or Mariadb 10.0.14
[root@mydata184 ~]#mysql -u root -p
加max_connections=***,到my.cnf或者my.ini的mysqld里面
默认max_connections=151
方法1:适用于linux平台
[root@mydata184 ~]# mysqladmin -uroot -p variables |grep max_connections
[root@mydata184 ~]#mysql -u root -p
mysql>show variables like "max_connections';
如何修改默认连接数?加max_connections=***,到my.cnf或者my.ini的mysqld里面
保存退出,重启mysql服务