Re: How do you know?

2002-01-24 Thread Paul DuBois
>Next question: > >How do you increase that variable? Check the manual: http://www.mysql.com/doc/S/e/Server_parameters.html > Also, is there a number that is >generally considered too high or does that depend on the server you are >running MySQL on? (an example would be GREAT!) It depends:

Re: How do you know?

2002-01-24 Thread Jay Paulson
> To: <[EMAIL PROTECTED]> Cc: "Jay Paulson" <[EMAIL PROTECTED]> Sent: Thursday, January 24, 2002 10:31 AM Subject: RE: How do you know? > * Jay Paulson > > How do you know what the maximum connections you can have at one time with > > mysql? > > m

Re: How do you know?

2002-01-24 Thread Garrett Marone
log into the mysql command line, type show variables and look for max_connections In the last episode (Thursday 24 January 2002 11:24 am), Jay Paulson wrote: How do you know what the maximum connections you can have at one time with mysql? --

RE: How do you know?

2002-01-24 Thread Roger Baklund
* Jay Paulson > How do you know what the maximum connections you can have at one time with > mysql? mysql> show variables like "max_connections"; -- Roger query, table - Before posting, please check: http://www.mysql.com/ma