MySQL 5.6 Master Slave Replication on RHEL 6.5
I have one "Master" and "Slave" Machines & I am using "MySql5.6" and "RHEL6.5"
Actually, I was trying to create replication between these two machine Master and Slave.
But my problem is that the slave is not communicating with master and the problem appears just like that here below i.e.
2018-04-05 03:08:06 2365 [ERROR] Slave I/O: error connecting to master 'mubi@192.168.10.10:3306' - retry-time: 60 retries: 330, Error_code: 2003
2018-04-05 03:09:06 2365 [ERROR] Slave I/O: error connecting to master 'mubi@192.168.10.10:3306' - retry-time: 60 retries: 331, Error_code: 2003
2018-04-05 03:10:06 2365 [ERROR] Slave I/O: error connecting to master 'mubi@192.168.10.10:3306' - retry-time: 60 retries: 332, Error_code: 2003
2018-04-05 03:11:06 2365 [ERROR] Slave I/O: error connecting to master 'mubi@192.168.10.10:3306' - retry-time: 60 retries: 333, Error_code: 2003
2018-04-05 03:12:06 2365 [ERROR] Slave I/O: error connecting to master 'mubi@192.168.10.10:3306' - retry-time: 60 retries: 334, Error_code: 2003
2018-04-05 03:13:06 2365 [ERROR] Slave I/O: error connecting to master 'mubi@192.168.10.10:3306' - retry-time: 60 retries: 335, Error_code: 2003
2018-04-05 03:14:06 2365 [ERROR] Slave I/O: error connecting to master 'mubi@192.168.10.10:3306' - retry-time: 60 retries: 336, Error_code: 2003
2018-04-05 03:15:06 2365 [ERROR] Slave I/O: error connecting to master 'mubi@192.168.10.10:3306' - retry-time: 60 retries: 337, Error_code: 2003
2018-04-05 03:16:06 2365 [ERROR] Slave I/O: error connecting to master 'mubi@192.168.10.10:3306' - retry-time: 60 retries: 338, Error_code: 2003
2018-04-05 03:17:06 2365 [ERROR] Slave I/O: error connecting to master 'mubi@192.168.10.10:3306' - retry-time: 60 retries: 339, Error_code: 2003
2018-04-05 03:18:06 2365 [ERROR] Slave I/O: error connecting to master 'mubi@192.168.10.10:3306' - retry-time: 60 retries: 340, Error_code: 2003
2018-04-05 03:19:06 2365 [ERROR] Slave I/O: error connecting to master 'mubi@192.168.10.10:3306' - retry-time: 60 retries: 341, Error_code: 2003
I want the slave should communicate with master and replication process should have to start.
How can I resolve this problem?
Subject
Views
Written By
Posted
MySQL 5.6 Master Slave Replication on RHEL 6.5
1111
April 05, 2018 04:28AM
457
April 06, 2018 12:18AM
491
April 11, 2018 02:13PM
Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
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.