Re: disable an option but not take server down?

2004-02-26 Thread Egor Egorov
Bing Du [EMAIL PROTECTED] wrote:
 
 Our MySQL server (4.0.13) is currently running with the option
 --skip-networking.  We want the server to accept TCP/IP connections.  If
 this option were specified in the config file, perhaps I could just modify
 the config file and HUP the server process.  So there would be no server
 down time.  But now it's a command line option, how can I disable it
 without stopping/starting the server?

You should restart server.



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




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



disable an option but not take server down?

2004-02-25 Thread Bing Du
Greetings,

Our MySQL server (4.0.13) is currently running with the option
--skip-networking.  We want the server to accept TCP/IP connections.  If
this option were specified in the config file, perhaps I could just modify
the config file and HUP the server process.  So there would be no server
down time.  But now it's a command line option, how can I disable it
without stopping/starting the server?

Any ideas?

Thanks,

Bing


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]