MySQL Forums
Forum List  »  Replication

Replication Problems
Posted by: John Hart
Date: September 23, 2013 08:33AM

Hi, I have 2 MySQL servers installed in my datacentre.

# DEB-MYSQL1
# DEB-MYSQL2

DEB-MYSQL1 is configured as a master and 2 as a slave.

here is the show master status from mysql1

mysql> show master status;
+------------------+----------+--------------+------------------+
| File | Position | Binlog_Do_DB | Binlog_Ignore_DB |
+------------------+----------+--------------+------------------+
| mysql-bin.000003 | 107 | | mysql |
+------------------+----------+--------------+------------------+

mysql> show slave hosts;
Empty set (0.00 sec)

and here is the status on mysql2
Connecting to master 159.253.164.118 root 3306 60 107 mysql-relay-bin.000001 4 Connecting

this is all it said.

no database are replicating.

Please help

Options: ReplyQuote


Subject
Views
Written By
Posted
Replication Problems
1660
September 23, 2013 08:33AM
787
September 24, 2013 08:52PM
683
October 07, 2013 05:59AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.