Hi,

I try to configure one replication(R1) with 2 master server(M1 and M2).

R1 <-- M1 (table1)
   <-- M2 (table2)

First, it's possible with actual Mysql version (3.23.32)?

The configuration on R1 Server is similar to

$mysql_path/bin/mysqld -b $mysql_path \
--datadir=$mysql_path/data/r1 \
--user=mysql \
--bind-address=R1 \
--server-id=3 \

--master-host=M1 \
--master-user=user1 \
--master-password=password \
--master-info-file=M1.info \

--master-host=M2 \
--master-user=user2 \
--master-password=password \
--master-info-file=M2.info &
  

No problem to connect on M1 and M2 server but only last --master*
directive is used in replication, so no replication with M1 ;-(

Any suggestions are welcome.


Thanks.

-- 
Martial Rioux
Toxik Technologies Inc.

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