Banner

How To Set Up MySQL Database Replication With SSL Encryption On CentOS 5.4

(0 votes, average: 0 out of 5)

This tutorial describes how to set up database replication in MySQL using an SSL connection for encryption (to make it impossible for hackers to sniff out passwords and data transferred between the master and slave). MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync. This is not a backup policy because an accidentally issued DELETE command will also be carried out on the slave; but replication can help protect against hardware failures.
 
Trackback(0)
Comments (1)Add Comment
0
...
written by Shelby, March 23, 2010
Hi Guy,

yes, the MySQL Client/Server Protocol is not encrypted by default. However, you can configure MySQL to either use SSL (see http://dev.mysql.com/doc/refma...s-ssl.html), or you could set up an SSH tunnel or any other encryption tunnel or VPN solution.

Write comment

busy

Related news items:
Newer news items:
Older news items:

Feedback Form