Re: RE: How to set max_connections ?

2002-06-12 Thread Victoria Reznichenko
Rekha, Tuesday, June 11, 2002, 8:17:01 PM, you wrote: RD> Where can I get a sample my.cnf? You can find examples of *.cnf in /usr/doc/MySQL-X.XX. RD> Thanks, RD> Rekha -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://

Re: RE: How to set max_connections ?

2002-06-12 Thread Egor Egorov
Rekha, Tuesday, June 11, 2002, 8:48:12 PM, you wrote: RD> Do I need to have some kind of permissions to change a variable ? No, you should have permissions to run mysqld. RD> Thanks, RD> Rekha -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is spons

RE: How to set max_connections ?

2002-06-11 Thread Rekha Das
Do I need to have some kind of permissions to change a variable ? Thanks, Rekha -Original Message- From: Steve Katen [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 6:17 PM To: Rekha Das; '[EMAIL PROTECTED]' Subject: Re: How to set max_connections ? what do you mean

RE: How to set max_connections ?

2002-06-11 Thread Rekha Das
Where can I get a sample my.cnf? Thanks, Rekha -Original Message- From: Steve Katen [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 6:17 PM To: Rekha Das; '[EMAIL PROTECTED]' Subject: Re: How to set max_connections ? what do you mean it doesn't do anything? you

Re: How to set max_connections ?

2002-06-11 Thread Patrick Hsieh
Hello Steve Katen <[EMAIL PROTECTED]>, How do you tell the number of connections currently in use? On Mon, 10 Jun 2002 18:17:19 -0700 Steve Katen <[EMAIL PROTECTED]> wrote: > what do you mean it doesn't do anything? > > you should be able to set it on the command line as: > > --set-variable=

Re: How to set max_connections ?

2002-06-10 Thread Steve Katen
what do you mean it doesn't do anything? you should be able to set it on the command line as: --set-variable=max_connections=200 or you could edit the my.cnf file that mysql is using when it starts-up. if you can't find the my.cnf, then you should create one. here is a link to the manpage a