MySQL Forums
Forum List  »  Replication

Re: Replication: Connecting Slave and Master
Posted by: Scott Nemes
Date: January 18, 2013 11:20AM

Yeah sounds like a network-related issue then.

If you can ping the master from the slave, but cannot connect via MySQL, then it may be a firewall issue. Check to see if you can get to port 3306 on the master from the slave. You can check it by running NMAP from the slave pointing at the master, or telneting from the slave to the master on port 3306. If that port is not open, then you'll need to open it on the master so that the slave can connect.

--
Scott Nemes
MySQL DBA

http://www.linkedin.com/in/scottnemes
http://www.twitter.com/ScottNemes

Options: ReplyQuote


Subject
Views
Written By
Posted
12750
January 18, 2013 09:55AM
Re: Replication: Connecting Slave and Master
1961
January 18, 2013 11:20AM


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.