There are four basic things you need to do when attempting to set up encrypted MySQL connections. Make sure your MySQL installation is configured with SSL. Create a set of certificates for your master, your slave, and your client(s). Configure your master and slave my.cnf with the correct ssl-* options. Configure the replication with the […]
You must be logged in to post a comment.