Multi-master MySQL replication using the poor man’s VPN
blog.timakinbo.com
Multi-master MySQL replication using the poor man’s VPN
1–4 of 4 posts
Re: Multi-master MySQL replication using the poor man’s VPN
#2This 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.
Re: Multi-master MySQL replication using the poor man’s VPN
#3This 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.
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.
Re: Multi-master MySQL replication using the poor man’s VPN
#4fantastic