If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > MySQL brand newbie - replication help needed

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-19-10, 14:56
tosscrosby tosscrosby is offline
Registered User
 
Join Date: Apr 2008
Location: Along the shores of Lake Michigan
Posts: 242
MySQL brand newbie - replication help needed

But not to MS SQL. Anyway, I have setup replication, master to one slave. Seems very straight forward, per the documentation from the MySQL website. However, when checking the slave status, Slave_IO_Running is no and the Slave_IO_State says "connecting to master". I've redone the setup several times, step by step and cannot get this to change. Google yielded little as far as a workable resolution. Anyone have any insight as to what I may be missing? As always, any help or guidance would be greatly appreciated.
Reply With Quote
  #2 (permalink)  
Old 05-21-10, 10:31
scottb scottb is offline
Registered User
 
Join Date: Oct 2003
Posts: 60
can the slave server actually connect on 3306 to the master?
Reply With Quote
  #3 (permalink)  
Old 05-21-10, 13:46
tosscrosby tosscrosby is offline
Registered User
 
Join Date: Apr 2008
Location: Along the shores of Lake Michigan
Posts: 242
Quote:
Originally Posted by scottb View Post
can the slave server actually connect on 3306 to the master?

It's trying. I did have a firewall issue but since that was tweaked (per a Google hit), I at least two threads in the process list (didn't before). The status is still "connecting to master". I cannot get it to say connected. I've one more thing to try, and if successful, I'll report the facts.
Reply With Quote
  #4 (permalink)  
Old 06-03-10, 15:48
tosscrosby tosscrosby is offline
Registered User
 
Join Date: Apr 2008
Location: Along the shores of Lake Michigan
Posts: 242
Resolved: I did not know MySQL was case sensitive!!! The replication user that I created had an uppercase "R" but when I set up the Slave, I entered all lower case. Modifying the cnf file didn't complain so I didn't think there was an issue. Boy, was I wrong. Replication now works as designed not as I thought.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On