Re: How can I start my mysql server with max_connections option

2003-02-01 Thread Diana Soares
You have mistaken the syntax, use the option --set-variable max_connections=200 or add to your my.cnf file in one of [mysqld], [server] or [safe_mysqld] sections: set-variable = max_connections=200 On Thu, 2003-01-30 at 17:16, [EMAIL PROTECTED] wrote: > Hi Group, > > I want to start my mysq

Re: How can I start my mysql server with max_connections option

2003-01-31 Thread my5ql _
You can add the entry to my.cnf: [mysqld] set-variable= max_connections=200 From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: How can I start my mysql server with max_connections option Date: Thu, 30 Jan 2003 22:46:27 +0530 (IST) Hi Group, I want to start m

Re: How can I start my mysql server with max_connections option

2003-01-31 Thread Zak Greant
On Thu, Jan 30, 2003 at 10:46:27PM +0530, [EMAIL PROTECTED] wrote: > Hi Group, > > I want to start my mysql with max_connections option. Now I am getting To > many connction error. So I want to allow 200 concurrent connections... > > I tried with > safe_mysqld max_connections=200 & > But it is no

How can I start my mysql server with max_connections option

2003-01-30 Thread sinu
Hi Group, I want to start my mysql with max_connections option. Now I am getting To many connction error. So I want to allow 200 concurrent connections... I tried with safe_mysqld max_connections=200 & But it is not coming up... How can I set max_connections as 200. Do I need to specify that in m