Re: starting second mysql process gives "process already exists" error

2001-02-14 Thread Fred van Engen
On Wed, Feb 14, 2001 at 07:15:16PM +0800, Neo Sok Lay wrote: > 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_my

starting second mysql process gives "process already exists" error

2001-02-14 Thread Neo Sok Lay
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 m