<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>MySQL Dictionary &#187; Concepts</title>
	<link>http://www.mysqldictionary.com</link>
	<description>A Quick Reference For All Things MySQL</description>
	<pubDate>Tue, 27 Nov 2007 16:19:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>DRBD</title>
		<link>http://www.mysqldictionary.com/concepts/drbd</link>
		<comments>http://www.mysqldictionary.com/concepts/drbd#comments</comments>
		<pubDate>Tue, 27 Nov 2007 16:17:10 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Concepts]]></category>

		<guid isPermaLink="false">http://www.mysqldictionary.com/concepts/drbd</guid>
		<description><![CDATA[Description
DRBD is a high-availability solution for MySQL that combines MySQL, Linux Heartbeat and Distributed Replicated Block Device (DRBD) for a hot-standby solution that synchronously replicates MySQL data between the primary and secondary server.
The key benefit of DRBD over replication is that it enforces data synchronization between the primary and secondary machine, ensuring that the secondary [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Description</strong></p>
<p>DRBD is a high-availability solution for MySQL that combines MySQL, Linux Heartbeat and Distributed Replicated Block Device (DRBD) for a hot-standby solution that synchronously replicates MySQL data between the primary and secondary server.</p>
<p>The key benefit of DRBD over replication is that it enforces data synchronization between the primary and secondary machine, ensuring that the secondary machine has the exact same data as the primary at the time of failover. Replication depends on log shipping and has no guarantee of data synchronization.</p>
<p>DRBD is fully supported by MySQL AB for their enterprise customers.</p>
<p><strong>Further Reference</strong></p>
<p><a href="http://www.mysql.com/why-mysql/white-papers/mysql_wp_drbd.php">MySQL and DRBD High Availability Architectures</a> (Whitepaper, Registration required)</p>
<p><a href="http://dev.mysql.com/doc/refman/5.1/en/faqs-mysql-drbd-heartbeat.html">DRBD FAQ</a> (MySQL Reference Manual)</p>
<p><a href="http://www.mysql.com/news-and-events/on-demand-webinars/mysql-drbd-20070328.php">An Introduction to High Availability Architectures with MySQL and DRBD</a> (Webinar)</p>
<p><a href="http://mysqldump.azundris.com/archives/56-A-quick-tour-of-DRBD.html">A Quick Tour of DRBD </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mysqldictionary.com/concepts/drbd/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
