Comments - Multi-Source Replication
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.
Hello everyone, there is a task to configure 2 replications (2 databases) from the same server, the first is configured perfectly and everything works, but when you try to configure the 2nd when you enter the command to change the master, it gives the error "ERROR 1934 (HY000): Connection 'DB_NAME_2' conflicts with existing connection 'DB_NAME_1' ". Who faced a similar problem?
First master configuration data:
log_bin = / var / lib / mysql / mariadb-bin binlog_do_db = db_name_1 binlog_do_db = db_name_2