Hi,

   I need to start 2 mysql server processes on the same box (Redhat Linux
release 6.2), using the following 2 commands:

    bin/safe_mysqld -u root --socket=/tmp/test1.sock --port=9000 &

   and

    bin/safe_mysqld -u root --socket=/tmp/test2.sock --port=9020 &


   Previously I was using mysql 3.23.27 beta and it works fine.

   Now I'm switching over to the newer version 3.23.32, and I am not able to
start the second process any more.
   The second command keeps giving me "A mysqld process already exists"
message.

  I look into the .err file and the first command gives:

     010215 17:52:50  mysqld started
     /usr/local/mysql-3.23.32-pc-linux-gnu-i686/bin/mysqld: ready for
connections

   while the second gives:
     A mysqld process already exists at  Thu Feb 15 17:53:20 SGT 2001


   Is there any special setting that I need to make to solve the problem?.

   Any help very much appreciated. Thanks.


Lois



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