Librenix  
(Show all Encryption articles . . .
)  
Headlines | Linux | Apps | Coding | BSD | Admin | News
Information for Linux System Administration 

Tutorial: MySQL database replication with SSL encryption

Up
vote
Down

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.
 read more | mail this link | score:8958 | -falko, June 8, 2011
More Sysadmin articles...

Buy Fine Art Prints Online

admin headlines

tutorial: Build a Debian 7 server

Tutorial: Ubuntu 12.10 Samba Server with tdbsam

Linux Hard Disk Encryption Tutorial

Set up WebDAV with Apache2 on OpenSUSE 12.2

Tutorial: Manage multiple MySQL servers from phpMyAdmin

Tutorial: Replace Windows with Kubuntu 12.04

 

Firefox sidebar

Site map

Site info

News feed

Features

Login
(to post)

Search

 
Articles are owned by their authors.   © 2000-2012 Ray Yeargin