<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Implementing High Availability in MySQL</title>
	<atom:link href="http://www.karkomaonline.com/index.php/2004/01/implementing-high-availability-in-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.karkomaonline.com/index.php/2004/01/implementing-high-availability-in-mysql/</link>
	<description>a Blog for SysAdmins and Unix stuff in general</description>
	<lastBuildDate>Tue, 13 Sep 2011 05:10:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: links for 2008-07-25 &#171; Brent Sordyl&#8217;s Blog</title>
		<link>http://www.karkomaonline.com/index.php/2004/01/implementing-high-availability-in-mysql/comment-page-1/#comment-45</link>
		<dc:creator>links for 2008-07-25 &#171; Brent Sordyl&#8217;s Blog</dc:creator>
		<pubDate>Fri, 25 Jul 2008 14:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.karkoma.info/index.php/2004/01/24/implementing-high-availability-in-mysql/#comment-45</guid>
		<description>[...] Implementing High Availability in MySQL Heartbeat is a piece of software that provides High Availability features such as monitoring the availability of the machines in the cluster, transferring the virtual IPs (tags: mysql ha) [...]</description>
		<content:encoded><![CDATA[<p>[...] Implementing High Availability in MySQL Heartbeat is a piece of software that provides High Availability features such as monitoring the availability of the machines in the cluster, transferring the virtual IPs (tags: mysql ha) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://www.karkomaonline.com/index.php/2004/01/implementing-high-availability-in-mysql/comment-page-1/#comment-44</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Tue, 17 Jan 2006 12:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.karkoma.info/index.php/2004/01/24/implementing-high-availability-in-mysql/#comment-44</guid>
		<description>&lt;p&gt;ok thank you for the help...&lt;/p&gt;
&lt;p&gt;i already followed the steps in this link:&lt;br /&gt;
http://www.karkoma.info/index.php/2004/01/24/implementing-high-availability-in-mysql/&lt;/p&gt;
&lt;p&gt;and i was able to replicate from the master(server1)&lt;br /&gt;
to slave (server2).&lt;br /&gt;
i stopped heartbeat of server1 and the server2 took&lt;br /&gt;
over.&lt;br /&gt;
i updated the database in server2.&lt;br /&gt;
then i started the heartbeat in server1.&lt;br /&gt;
when i checked the databases in server1, it is not&lt;br /&gt;
updated.&lt;/p&gt;
&lt;p&gt;how do i replicate from server2 to server1? in which&lt;br /&gt;
case, server2 is now the active server.&lt;/p&gt;
&lt;p&gt;is it possible to configure server2 so that it will&lt;br /&gt;
automatically act as the master when server1 is down?&lt;/p&gt;
&lt;p&gt;and also, where can i see the log messages of&lt;br /&gt;
replication? i mean, not the binary log.&lt;/p&gt;
&lt;p&gt;i hope you can help... thank you.&lt;/p&gt;
&lt;p&gt;chEn&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>ok thank you for the help&#8230;</p>
<p>i already followed the steps in this link:<br />
<a href="http://www.karkoma.info/index.php/2004/01/24/implementing-high-availability-in-mysql/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.karkoma.info/index.php/2004/01/24/implementing-high-availability-in-mysql/?referer=');">http://www.karkoma.info/index.php/2004/01/24/implementing-high-availability-in-mysql/</a></p>
<p>and i was able to replicate from the master(server1)<br />
to slave (server2).<br />
i stopped heartbeat of server1 and the server2 took<br />
over.<br />
i updated the database in server2.<br />
then i started the heartbeat in server1.<br />
when i checked the databases in server1, it is not<br />
updated.</p>
<p>how do i replicate from server2 to server1? in which<br />
case, server2 is now the active server.</p>
<p>is it possible to configure server2 so that it will<br />
automatically act as the master when server1 is down?</p>
<p>and also, where can i see the log messages of<br />
replication? i mean, not the binary log.</p>
<p>i hope you can help&#8230; thank you.</p>
<p>chEn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://www.karkomaonline.com/index.php/2004/01/implementing-high-availability-in-mysql/comment-page-1/#comment-41</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Sat, 23 Apr 2005 06:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.karkoma.info/index.php/2004/01/24/implementing-high-availability-in-mysql/#comment-41</guid>
		<description>&lt;p&gt;i have 2 questions about your implementation:&lt;/p&gt;
&lt;p&gt;why don&#039;t you check slave_io_thread state before doing &#039;stop slave_io_thread&#039;?&lt;br /&gt;
why don&#039;t you check &#039;Binlog dump&#039; state before doing &#039;kill &#039;?&lt;/p&gt;
&lt;p&gt;thanks,&lt;/p&gt;
&lt;p&gt;xz&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>i have 2 questions about your implementation:</p>
<p>why don&#8217;t you check slave_io_thread state before doing &#8216;stop slave_io_thread&#8217;?<br />
why don&#8217;t you check &#8216;Binlog dump&#8217; state before doing &#8216;kill &#8216;?</p>
<p>thanks,</p>
<p>xz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://www.karkomaonline.com/index.php/2004/01/implementing-high-availability-in-mysql/comment-page-1/#comment-43</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Sat, 19 Mar 2005 16:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.karkoma.info/index.php/2004/01/24/implementing-high-availability-in-mysql/#comment-43</guid>
		<description>&lt;p&gt;There is a small scrpit here that will allow you to do MySQL application level monitoring to cause the failover to occur. This is particuarly useful on systems that have unstable versions of MySQL. due to database design or whatever maybe the result.&lt;/p&gt;
&lt;p&gt;exter_c&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>There is a small scrpit here that will allow you to do MySQL application level monitoring to cause the failover to occur. This is particuarly useful on systems that have unstable versions of MySQL. due to database design or whatever maybe the result.</p>
<p>exter_c</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://www.karkomaonline.com/index.php/2004/01/implementing-high-availability-in-mysql/comment-page-1/#comment-42</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Fri, 08 Oct 2004 21:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.karkoma.info/index.php/2004/01/24/implementing-high-availability-in-mysql/#comment-42</guid>
		<description>&lt;p&gt;Hi there&lt;/p&gt;
&lt;p&gt;Has anyone ever tried to set up a mysql-cluster using heartbeat and drbd? One could spare the replication between two database servers because whichever is active will use the shared data on the drbd-disk.&lt;/p&gt;
&lt;p&gt;Well, I&#039;m gonna try it anyways&lt;/p&gt;
&lt;p&gt;florian.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi there</p>
<p>Has anyone ever tried to set up a mysql-cluster using heartbeat and drbd? One could spare the replication between two database servers because whichever is active will use the shared data on the drbd-disk.</p>
<p>Well, I&#8217;m gonna try it anyways</p>
<p>florian.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://www.karkomaonline.com/index.php/2004/01/implementing-high-availability-in-mysql/comment-page-1/#comment-38</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Thu, 19 Aug 2004 18:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.karkoma.info/index.php/2004/01/24/implementing-high-availability-in-mysql/#comment-38</guid>
		<description>&lt;p&gt;its called two way replication by the mysql people:&lt;/p&gt;
&lt;p&gt;BOX1 BOX2&lt;br /&gt;
MASTER -&gt; SLAVE&lt;br /&gt;
SLAVE&lt;/p&gt;
&lt;p&gt;gmillerd.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>its called two way replication by the mysql people:</p>
<p>BOX1 BOX2<br />
MASTER -&gt; SLAVE<br />
SLAVE</p>
<p>gmillerd.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://www.karkomaonline.com/index.php/2004/01/implementing-high-availability-in-mysql/comment-page-1/#comment-40</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Thu, 19 Aug 2004 00:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.karkoma.info/index.php/2004/01/24/implementing-high-availability-in-mysql/#comment-40</guid>
		<description>&lt;p&gt;I have a page now for my development efforts on the aforementioned resource script: &lt;/p&gt;
&lt;p&gt;http://www.workboy.com/charles/mysql-heartbeat cb&lt;/p&gt;
&lt;p&gt;oddcast.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I have a page now for my development efforts on the aforementioned resource script: </p>
<p><a href="http://www.workboy.com/charles/mysql-heartbeat" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.workboy.com/charles/mysql-heartbeat?referer=');">http://www.workboy.com/charles/mysql-heartbeat</a> cb</p>
<p>oddcast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://www.karkomaonline.com/index.php/2004/01/implementing-high-availability-in-mysql/comment-page-1/#comment-39</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Tue, 13 Jul 2004 00:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.karkoma.info/index.php/2004/01/24/implementing-high-availability-in-mysql/#comment-39</guid>
		<description>&lt;p&gt;I am currently working on applying hearbeat with MySQL so that the two MySQLservers in a cluster pass back and forth their master role. I have been following the guidelines at the mysql.com site in the replication FAQ (http://dev.mysql.com/doc/mysql/en/Replication_FAQ.html). I created a resource.d script which is used to promote one of the two servers as the master and then signal the other server to become a slave to that server (there are only two servers in the cluster so it is easy enough to do this). Not ready for production yet, but pretty close.&lt;/p&gt;
&lt;p&gt;I was dissapointed to see the number of failed starts to try and build MySQL HA. Hopefully this approach will produce a simple reliable solution.&lt;/p&gt;
&lt;p&gt;oddcast.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I am currently working on applying hearbeat with MySQL so that the two MySQLservers in a cluster pass back and forth their master role. I have been following the guidelines at the mysql.com site in the replication FAQ (<a href="http://dev.mysql.com/doc/mysql/en/Replication_FAQ.html" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/dev.mysql.com/doc/mysql/en/Replication_FAQ.html?referer=');">http://dev.mysql.com/doc/mysql/en/Replication_FAQ.html</a>). I created a resource.d script which is used to promote one of the two servers as the master and then signal the other server to become a slave to that server (there are only two servers in the cluster so it is easy enough to do this). Not ready for production yet, but pretty close.</p>
<p>I was dissapointed to see the number of failed starts to try and build MySQL HA. Hopefully this approach will produce a simple reliable solution.</p>
<p>oddcast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://www.karkomaonline.com/index.php/2004/01/implementing-high-availability-in-mysql/comment-page-1/#comment-37</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Sat, 12 Jun 2004 07:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.karkoma.info/index.php/2004/01/24/implementing-high-availability-in-mysql/#comment-37</guid>
		<description>&lt;p&gt;I don&#039;t really know if a master-master configuration is possible. All references I am aware of talk about having master-slave or master-many_slaves. In MySQL documentation once I read about something called circular replication, where servers act as slave and master at the same time.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I don&#8217;t really know if a master-master configuration is possible. All references I am aware of talk about having master-slave or master-many_slaves. In MySQL documentation once I read about something called circular replication, where servers act as slave and master at the same time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://www.karkomaonline.com/index.php/2004/01/implementing-high-availability-in-mysql/comment-page-1/#comment-36</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Fri, 11 Jun 2004 19:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.karkoma.info/index.php/2004/01/24/implementing-high-availability-in-mysql/#comment-36</guid>
		<description>&lt;p&gt;Would one solution be to have a master master relationship?? or is that not&lt;br /&gt;
really possible - sure i read somewhere in the replication docs that you could&lt;br /&gt;
do this.&lt;/p&gt;
&lt;p&gt;will.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Would one solution be to have a master master relationship?? or is that not<br />
really possible &#8211; sure i read somewhere in the replication docs that you could<br />
do this.</p>
<p>will.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

