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 not coming up...
> How can I set max_connections as 200. Do I need to specify that in my.cnf

  Good Day!

  You are very close. :) Use 
    safe_mysqld -O max_connections=200 &


  Cheers!
-- 
 Zak Greant <[EMAIL PROTECTED]> | MySQL Advocate |  http://zak.fooassociates.com

Developing Dynamic Web Applications with MySQL and PHP
  MySQL Training: Brisbane, February 24-28, 2003
  Visit http://mysql.com/training for more information

"Gosh, Batman. The nobility of the almost-human porpoise."
                                                      --Robin, the Boy Wonder

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to