| MySQL Replication Replicating Databases.....HOW? Pls Help |
misterjonez

msg:3825026 | 3:04 am on Jan 13, 2009 (gmt 0) | How does replication works in a MySQL Community/Enterprise Server Can you give me steps or procedures on how to do it? Thanks
|
coopster

msg:3826489 | 10:08 pm on Jan 14, 2009 (gmt 0) | Have you consulted the documentation? There is an entire chapter on Replication [dev.mysql.com]
|
redhatlab

msg:3835316 | 3:22 am on Jan 27, 2009 (gmt 0) | Hi, This is a nice quick and dirty tutorial to get you on the replication setup. [howtoforge.com...] BTW you should be aware that in order for replication not to fail on your application you should send the writing queries (insert, update, delete & replace) to the master and the reading (select) to the slave.
|
|
|