mysql> show variables like '%max_connections%';
mysql> show status like 'Max_used_connections';
mysql> set global max_connections=500;
MySQL
mysql> show variables like '%max_connections%';
mysql> show status like 'Max_used_connections';
mysql> set global max_connections=500;
댓글