Mysql – Connecting to thesql with SUPER user when reached Too many connections

MySQL

The documentation says that:

mysqld actually permits max_connections+1 clients to connect. The
extra connection is reserved for use by accounts that have the SUPER
privilege

http://dev.mysql.com/doc/refman/5.5/en/too-many-connections.html

but it doesn't tell how to connect

Best Answer

You just connect as usual, you just need the SUPER privilege for the connecting account.