in reply to Help, please - MySQL database error - too many connections

Too many connections:

The number of connections allowed is controlled by the max_connections system variable. Its default value is 100. If you need to support more connections, you should restart mysqld with a larger value for this variable.
--
Andreas
  • Comment on Re: Help, please - MySQL database error - too many connections

Replies are listed 'Best First'.
Re^2: Help, please - MySQL database error - too many connections
by Anonymous Monk on Sep 25, 2007 at 14:58 UTC
    Is it safe to set this at 30500 max_connections?
      It depends on your system. I can't see anyone possibly needing 30500 connections though (or finding a server capable of handling that many either).