DataBase > MySQL

ERROR 1040 (00000): Too many connections

(1/1)

admin:
If you got this error:
ERROR 1040 (00000): Too many connections
you need to increase your max_connections as:


--- Code: ---mysql> set @@global.max_connections=5000;
--- End code ---

if you want to see its value run:

--- Code: ---select @@global.max_connections;
--- End code ---

Navigation

[0] Message Index

Go to full version