How to show max_user_connections limit

show global variables like '%connections%';

Example:

MariaDB [(none)]> show global variables like '%connections%';
+-----------------------+-------+
| Variable_name         | Value |
+-----------------------+-------+
| extra_max_connections | 1     |
| max_connections       | 500   |
| max_user_connections  | 70    |
+-----------------------+-------+

Similar Posts:

Leave a Reply

Your email address will not be published. Required fields are marked *