URGENT: Replication problem

2001-03-20 Thread Neo Sok Lay
Hi, I am currently exploring the replication feature in 3.23.33 and encountered this error the moment I start the slave server: 010320 18:38:13 Slave: connected to master '[EMAIL PROTECTED]:9900', replication started in log 'FIRST' at posit ion 4 010320 18:38:13 Slave: received 0 length

RE: URGENT: Replication problem

2001-03-20 Thread Neo Sok Lay
It's my mistake, for setting the same server-id on both servers. Lois -Original Message- From: Neo Sok Lay [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 20 March, 2001 7:41 PM To: [EMAIL PROTECTED] Subject: URGENT: Replication problem Hi, I am currently exploring the replication

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