Skip to main content

Home/ MySQL/ Group items tagged replication

Rss Feed Group items tagged

Ken Wei

MySQL AB :: Advanced MySQL Replication Techniques - 0 views

  • Fixing these two misfeatures is exactly the purpose of this article. Using features introduced in MySQL 5.0 and 5.1, it is possible to build a replication system where all nodes act as master and slave at the same time, with a built-in fail-over mechanism.
Ken Wei

Live Backups of MySQL Using Replication - 0 views

  • The --master-data option above locks all of the tables during the dump to prevent data from being changed, but allows users to continue reading the tables. With exclusive access, this feature isn't necessary. However, this option also adds a few lines like the following to the end of the dump file:
1 - 5 of 5
Showing 20 items per page