Welcome to our website
To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.
How To Set Up MySQL Database Replication With SSL Encryption On Debian Lenny
Posted by Philipp Esselbach on: 08/30/2010 12:05 PM [ Print | 0 comment(s) ]
Howtoforge posted a guide about setting up MySQL Database Replication with SSL Encryption on Debian Lenny
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 though.
How To Set Up MySQL Database Replication With SSL Encryption On Debian Lenny
Related Threads
11/12/2008 09:07 PM: how to setup network linux machine? (1) by danleff
01/22/2006 03:41 PM: need help how to set up replication on fedora core 4 (0) by lansme
03/30/2005 02:30 AM: know how to solve about monitor out of range? (4) by danleff
03/30/2005 01:28 AM: know how to solve about monitor out of range? (1) by LinuxCrusader
03/29/2004 04:26 AM: HOW TO SET UP PRINTING ON KNOPPIX (1) by jimf43
03/15/2004 07:41 PM: How to share internet connection between 2 PC's (1) by CorpoSemAlma
02/13/2004 10:32 PM: how to setup vc++ (3) by outstream
01/05/2004 07:59 PM: How to set up a linux network boot on RedHat 9.0 Linux (0) by rabbit-zek
08/27/2004 02:14 AM: How to share files with WinXP? (6) by trankillooo
07/22/2003 08:08 AM: how to setting up lan in mandrake 9.1? (2) by nightblade_
01/22/2006 03:41 PM: need help how to set up replication on fedora core 4 (0) by lansme
03/30/2005 02:30 AM: know how to solve about monitor out of range? (4) by danleff
03/30/2005 01:28 AM: know how to solve about monitor out of range? (1) by LinuxCrusader
03/29/2004 04:26 AM: HOW TO SET UP PRINTING ON KNOPPIX (1) by jimf43
03/15/2004 07:41 PM: How to share internet connection between 2 PC's (1) by CorpoSemAlma
02/13/2004 10:32 PM: how to setup vc++ (3) by outstream
01/05/2004 07:59 PM: How to set up a linux network boot on RedHat 9.0 Linux (0) by rabbit-zek
08/27/2004 02:14 AM: How to share files with WinXP? (6) by trankillooo
07/22/2003 08:08 AM: how to setting up lan in mandrake 9.1? (2) by nightblade_
