Liu,
Monday, June 17, 2002, 8:33:46 AM, you wrote:

LQq> Please tell me how to add the max_connections of mysql. Please give me a example.

max_connections is a mysqld variable. You can't add\drop
max_connections, you can only increase\decrease its value. If you want
to change default value (100), you can specify new values in my.cnf
file in the [mysqld] section:
 [mysqld]
 set-variable = max_connections = #

or start mysqld with -O max_connections=#
options.

LQq> Best Regards,
LQq> Q.H Liu





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com



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