On 8/10/2011 1:47 PM, Geoffrey Myers wrote:> Is max connections in any table in the database I can access?
Not really a table, but it is selectable:
show max_connections;
use "show all" to see everything.
-Andy