Hacker News new | ask | show | jobs
Multi-master MySQL replication using the poor man’s VPN (blog.timakinbo.com)
3 points by takinbo 5595 days ago
2 comments

This is an especially good idea as many currently deployed versions of MySQL suffer from unrecoverable segfaults as a result of receiving too many (read: more than six) SSL connections.

Ask me how I know. </jaded>

Experience? Apparently SSH tunnels could be used for more than just allowing an external server gain access to a service running on an internal server.
fantastic