Editing Meeting-20111008

Jump to: navigation, search

Warning: You are not logged in.

Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 16: Line 16:
 
Topic: MySQL Replication
 
Topic: MySQL Replication
  
 
+
Summary: To be added.
 
+
This is a basic introduction for mysql replications. PowerDNS will be used as an example application.
+
 
+
"
+
Replication enables data from one MySQL database server (the master) to be replicated to one or more MySQL database servers (the slaves). Replication is asynchronous - slaves need not be connected permanently to receive updates from the master. This means that updates can occur over long-distance connections and even over temporary or intermittent connections such as a dial-up service. Depending on the configuration, you can replicate all databases, selected databases, or even selected tables within a database." - mysql.com
+
 
+
Open Discussions
+
* Mysql Replication - multi master and cluster
+
* Mysql Replication - Scale-Out
+
* Mysql Replication - As backup
+
  
 
== Meeting Minutes ==
 
== Meeting Minutes ==

Please note that all contributions to WPLUG may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see WPLUG:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)