MySQL Replication Error

Posted by Ian on Server Fault See other posts from Server Fault or by Ian
Published on 2009-12-08T21:47:58Z Indexed on 2010/03/15 19:10 UTC
Read the original article Hit count: 606

Filed under:
|
|
|

I recently updated my master server to 5.1.41 and noticed that the slave was no longer replicating. It was returning this erorr:

091208 12:53:31 [ERROR] Slave I/O: error connecting to master '[email protected]:3306' - retry-time: 10  retries: 86400, Error_code: 2026
091208 12:53:41 [ERROR] Slave I/O: error connecting to master '[email protected]:3306' - retry-time: 10  retries: 86400, Error_code: 1045

The first error is apparently an SSL error, followed by auth denied.. Thing is, I haven't touched my SSL key or user access in months (and the key is fine, since I'm using the same one on that machine to replicate from other master servers..

Any ideas?

Edit: Months later, I've tried with 5.1.44 and the problem is persisting. When I roll back to 5.1.39 replication works great... I guess I can't use anything newer than 5.1.39....

© Server Fault or respective owner

Related posts about mysql

Related posts about replication