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