> >Sometimes something bad happens in a server and it is hard to figure out
> >what is going on because we can not get in. I'd like to suggest a change
for
> >MySQL 4 protocol, such that a connection from localhost can still get
> >through even if there are too many connections.
>
> It is already there - max_connections limit is actually for the user
without
> process_priv. For the user with process_priv, the limit is max_connections
+
> 1. The trick is not to connect as root for your regular connections.
There must be a problem, then.
It happens to me, often, that I cannot obtain a proc or ext with mysqladmin
as root.
All accesses are through an unpriv username, I have max_connections=1000 and
a
ps ax | grep mysqld | wc -l gives me a value lower than 1000, so there must
be room for one more connection.
Filippo
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php