Ian,
Friday, April 26, 2002, 12:52:29 AM, you wrote:

IP> I now have two mysqld processes running on my server (Freebsd / apache), and
IP> no mysql (according to a ps command).

IP> What is the safe way to kill these two, and restart mysql?

If you really want to kill, you may use "kill PID" (but not kill -9).
To start mysql, run safe_mysqld&

But it's better to run mysqladmin -uroot -p shutdown instead


IP> Ian





-- 
For technical support contracts, goto https://order.mysql.com/
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