|
|
MySQL Realtime Replication - how to replicate mysql in realtime | ||
Discussion by wanhafizi with 4 Replies.
Last Update: August 27, 2008, 9:53 pm | |||
![]() |
|
|
while i was digging for mysql backup techniques, i've found that mysql is able to do realtime replication. the idea is that there are master server and slave server. both are having the same version of mysql installed. the data flows;
Master >copy> Slave ( in realtime!)
you'll never have to manually copy the database file of wasting your time to manually use the mysqldump command. here are the links;
http://dev.mysql.com/doc/mysql/en/Replication_HOWTO.html
http://www.megalinux.net/archives/000170.html
hope it can be usefull.
MySQL Realtime Replication
Exactly what I was Googling for. I have a Gameserver running on MySQL and I need redundancy and the ability to switch servers without the games being interrupted. This will no doubt be needed by countless other developers out there and should be a selling point for MySQL
-reply by George Molson
Similar Topics:
Error In Installing MySQL Server
MySQL Data Replication, How?
How To Replicate Ms Sql 2000 To Sql...
MySQL what is mysql (1)
|
(1) MySQL Cluster
|
HOME 





Real-time Replication Between MySQL and Oracle
Setting up MySQL Replication
Moving Data in Real-Time between Oracle and MySQL

