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