At 22:45 -0300 3/26/02, Edilson Vasconcelos de Melo Junior wrote:
>Hi,
>
>I have a client BD application that access a remote MYSQL server and its job
>is 4-7hours long and it should be connected to the server all this time :(

Why is that a problem?

>My question is: how many simultaneous connections the mysql server can
>handle?

SHOW VARIABLES LIKE 'max\_connections';


>  And what does happen when this limit is overstepped?

The server will refuse connections if they're all used up.

>
>Thank u very much,
>Edilson.
>
>Edilson Vasconcelos de Melo Junior
>www.jrsoftwares.com.br - Portal JR
>[EMAIL PROTECTED]
>Fone: (+55)(19)3256-3577
>Cel : (+55)(19)9111-5873


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