Don Pro wrote:
> 
> Hi,
> 
> I'm reading in my documentation (I have a book) that MySQL allows up to
> 101 simultaneous connections.  Gadzooks!  How can MySQL claim to be at
> the Enterprise level with this limit?  Is there any way around this?
> 
> Thanks,
> Don


http://www.mysql.com/doc/T/o/Too_many_connections.html

The limit is build in to protect people from themselves.

If you wish to change the limit, have at it, note that you may also
need to ajust parameters on your system including number of open files
as well as mysql memory allocation.

It's pretty much just saying 100 is safe for any normal machine, if you
have the resources to go beyond that, read the manual, and change it.

---------------------------------------------------------------------
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

Reply via email to