Meta
Recent Tweets
- False alarm, that face on my iphone status bar is autosilent from cydia. Stops noise from phone when I put my big head on my pillow at night [#]
- Alright can someone tell me what this face means on my #iPhone is? He looks like he pooped himself. Top left. http://yfrog.com/09wkuj [#]
- I follow people on twitter, they complain about 10 different things in a day. I can maybe complain once a week, am I doing it wrong? [#]
- RT @jonchui: A car just crashed through the railings to a 3 story construction pit! http://ow.ly/i/3zQM [#]
- RT @realreporter: Burger King shareholders get a whopper of a deal as chain sells for $4 billion | VANCOUVERITE http://t.co/Cdga96K via @AddThis [#]
Recent Comments
Monthly Archives: May 2008
MySQL and OpenSSL Replication what a mess!
Just a heads up, if you do decide to enable OpenSSL so you can do encrypted MySQL replication. There are two bugs that will affect replication and the mysqldump command. They’re as follows:
Bug #24148 regression tests hang with SSL enabled
http://bugs.mysql.com/bug.php?id=24148
http://lists.mysql.com/commits/17286
Bug #27669 mysqldump: Got error: 2026: SSL connection error when trying to connect
http://bugs.mysql.com/bug.php?id=27669
http://lists.mysql.com/commits/24329
This may cause lots of problems with MySQL and SSL Replication using OpenSSL.
Cheers!
Continue reading