[摘要]+-----------------+-------+1 row in set(0.00 sec)MariaDB [(none)]> set GLOBAL max_connections=10...
+-----------------+-------+
1 row in
set
(0.00 sec)
MariaDB [(none)]> set GLOBAL max_connections=1000;
Query OK, 0 rows affected (0.00 sec)
MariaDB [(none)]> show variables like "max_connections";
+-----------------+-------+
关键词:详细介绍mysql连接数设置设置办法(Too many connections)