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

where xxx is the amount you want to set as the max. See the documentation
for information and recommendations on what to set the max as for your
particular OS.

John Barton
System Administrator
Mpower Communications
[EMAIL PROTECTED]


----- Original Message -----
From: "Don Pro" <[EMAIL PROTECTED]>
To: "msql list" <[EMAIL PROTECTED]>
Sent: Friday, May 11, 2001 2:37 PM
Subject: simultaneous connections


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


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