Solusi MySQL Error Too many connections

 

$ mysql –u root –p
mysql> SHOW VARIABLES LIKE 'max_connections';
+-----------------+-------+
| Variable_name   | Value |
+-----------------+-------+
| max_connections | 151   |
+-----------------+-------+


$ mysql –u root –p
mysql> SET GLOBAL max_connections = 512;

# service mysqld restart

# systemctl restart mysqld

0 Response to "Solusi MySQL Error Too many connections"

Post a Comment