mysql在使用过程中,发现连接数超了~~~~
[root@linux-node1 ~]# mysql -u glance -h 192.168.1.17 -p
Enter password:
ERROR 1040 (08004): Too many connections
解决办法,这也是centos7下修改mysql连接数的做法:
1)临时修改
MariaDB [(none)]> show variables like “max_connections”;
+—————–+——-+
| Variable_name | Value |
+—————–+——-+
| max_connec
2022-03-18 23:31:49
38KB
c
ec
man
1