Dive into the archives.
- how to do mysql db replication
We’ve started doing some mysql db replication at work, and I found this really easy to do - for (almost) redundant instant backing up of mysql db’s.
So here we go:
(this assumes you have root access / mysql command line access and all that)
We’re working on two servers, I’ll call them Jack and Jill, for the [...]