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/
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
Mysql allows 101 connections by default, 100 client connections plut it
reserves one for "administrator" access. You can set your own maximum
connection limit in the my.cnf file by using the directive:
[mysqld]
set-variable = max_connections=
where xxx is the amount you want to set as the ma
PREVIOS THREAD ON THIS TOPIC: Hope it helps
Hi,
Make sure that MySQL on your OS supports 5000 connections !
Check OS specific restrictions in MySQL documentation.
Regards
--
Joseph Bueno
NetClub/Trader.com
John Barton wrote:
>
> Try putting a line like the following in your my.cnf file:
> This