Re: set variable for max_connections

2001-05-10 Thread Paul DuBois
ld] group: [mysqld] set-variable = max_connections=xxx >Thank You > >Mark >- Original Message - >From: "John Barton" <[EMAIL PROTECTED]> >To: "Mark Lo (3)" <[EMAIL PROTECTED]> >Cc: "ComMysql@Lists. Mysql." <[EMAIL PROTECTED]> >

Re: set variable for max_connections

2001-05-10 Thread Mark Lo
what I did wrong. Thank You Mark - Original Message - From: "John Barton" <[EMAIL PROTECTED]> To: "Mark Lo (3)" <[EMAIL PROTECTED]> Cc: "ComMysql@Lists. Mysql." <[EMAIL PROTECTED]> Sent: Friday, May 11, 2001 12:53 AM Subject: Re: set variable

Re: set variable for max_connections

2001-05-10 Thread Joseph Bueno
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 has always worked for me, including 3.23.37

Re: set variable for max_connections

2001-05-10 Thread John Barton
Try putting a line like the following in your my.cnf file: This has always worked for me, including 3.23.37 set-variable = max_connections= John Barton Unix Systems Administrator Primary Networks, Inc. [EMAIL PROTECTED] On Thu, 10 May 2001, Mark Lo (3) wrote: > Hi, > > I would like to

set variable for max_connections

2001-05-10 Thread Mark Lo \(3\)
Hi, I would like to set a higher values in max_connections for mysql. I have tried to use the following command "mysqld --set-variables max_connections=900 -u root -ppassword". Then, it shows that I have successfully changed the variable of max_connections. But, when I check it with the c