<?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: How SHOW SLAVE STATUS relates to CHANGE MASTER TO</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2008/07/07/how-show-slave-status-relates-to-change-master-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2008/07/07/how-show-slave-status-relates-to-change-master-to/</link>
	<description>Everything about MySQL Performance</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:23:57 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: martir</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/07/how-show-slave-status-relates-to-change-master-to/comment-page-1/#comment-646631</link>
		<dc:creator>martir</dc:creator>
		<pubDate>Fri, 04 Sep 2009 06:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=432#comment-646631</guid>
		<description>I have problem and I don&#039;t know how to solve this problem. When I do the command &quot;SHOW MASTER STATUS;&#039; I get resoult &quot;Empty set (0.00 sec)&quot;. I don&#039;t know what to do. Please if someone can halp me. Thanks a lot</description>
		<content:encoded><![CDATA[<p>I have problem and I don&#8217;t know how to solve this problem. When I do the command &#8220;SHOW MASTER STATUS;&#8217; I get resoult &#8220;Empty set (0.00 sec)&#8221;. I don&#8217;t know what to do. Please if someone can halp me. Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darko Bunic &#124; www.redips.net</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/07/how-show-slave-status-relates-to-change-master-to/comment-page-1/#comment-464186</link>
		<dc:creator>Darko Bunic &#124; www.redips.net</dc:creator>
		<pubDate>Thu, 05 Feb 2009 10:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=432#comment-464186</guid>
		<description>Just to be sure. In case when slave stops to work (create table statement on master specified InnoDB storage but slave is MyISAM only), what options do I have to fix replication? - master executed SQL without any problem but slave didn&#039;t.
1) I suppose I can read the position from the master and write it to the slave with &quot;change master to master_log_file= ...&quot; statement
2) I suppose I can skip problematic statement with SQL_SLAVE_SKIP_COUNTER on slave only
3) is there any other option like: 
slave stop;
change master to master_log_file=&#039;(binlog name in relay_master_log_file)&#039;, master_log_pos=(exec_master_log_pos number);
slave start;
... on slave of course, or I missed the point.</description>
		<content:encoded><![CDATA[<p>Just to be sure. In case when slave stops to work (create table statement on master specified InnoDB storage but slave is MyISAM only), what options do I have to fix replication? &#8211; master executed SQL without any problem but slave didn&#8217;t.<br />
1) I suppose I can read the position from the master and write it to the slave with &#8220;change master to master_log_file= &#8230;&#8221; statement<br />
2) I suppose I can skip problematic statement with SQL_SLAVE_SKIP_COUNTER on slave only<br />
3) is there any other option like:<br />
slave stop;<br />
change master to master_log_file=&#8217;(binlog name in relay_master_log_file)&#8217;, master_log_pos=(exec_master_log_pos number);<br />
slave start;<br />
&#8230; on slave of course, or I missed the point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jure Pecar</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/07/how-show-slave-status-relates-to-change-master-to/comment-page-1/#comment-367291</link>
		<dc:creator>Jure Pecar</dc:creator>
		<pubDate>Tue, 28 Oct 2008 21:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=432#comment-367291</guid>
		<description>Looks like mysql 6 is introducing MASTER_IGNORE_SERVER_ID to fix this problem. See http://bugs.mysql.com/bug.php?id=25998</description>
		<content:encoded><![CDATA[<p>Looks like mysql 6 is introducing MASTER_IGNORE_SERVER_ID to fix this problem. See <a href="http://bugs.mysql.com/bug.php?id=25998" rel="nofollow">http://bugs.mysql.com/bug.php?id=25998</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jure Pecar</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/07/how-show-slave-status-relates-to-change-master-to/comment-page-1/#comment-365786</link>
		<dc:creator>Jure Pecar</dc:creator>
		<pubDate>Sun, 26 Oct 2008 08:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=432#comment-365786</guid>
		<description>So this article is misleading then?
http://www.onlamp.com/pub/a/onlamp/2006/04/20/advanced-mysql-replication.html?page=5</description>
		<content:encoded><![CDATA[<p>So this article is misleading then?<br />
<a href="http://www.onlamp.com/pub/a/onlamp/2006/04/20/advanced-mysql-replication.html?page=5" rel="nofollow">http://www.onlamp.com/pub/a/onlamp/2006/04/20/advanced-mysql-replication.html?page=5</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baron Schwartz</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/07/how-show-slave-status-relates-to-change-master-to/comment-page-1/#comment-365733</link>
		<dc:creator>Baron Schwartz</dc:creator>
		<pubDate>Sun, 26 Oct 2008 06:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=432#comment-365733</guid>
		<description>Jure, don&#039;t do that.  Here&#039;s just one problem: statements can get into an infinite loop if you remove a failed server from the setup.  There are many more problems with it, too.  Never use more than two servers in plain master-master.</description>
		<content:encoded><![CDATA[<p>Jure, don&#8217;t do that.  Here&#8217;s just one problem: statements can get into an infinite loop if you remove a failed server from the setup.  There are many more problems with it, too.  Never use more than two servers in plain master-master.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jure Pecar</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/07/how-show-slave-status-relates-to-change-master-to/comment-page-1/#comment-364948</link>
		<dc:creator>Jure Pecar</dc:creator>
		<pubDate>Fri, 24 Oct 2008 18:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=432#comment-364948</guid>
		<description>When setting up automated failover and then failback in a circular A-&gt;B-&gt;C-&gt;D-&gt;A replication, which values does one use for master_log_file and master_log_pos in &#039;change master to&#039; statement?</description>
		<content:encoded><![CDATA[<p>When setting up automated failover and then failback in a circular A-&gt;B-&gt;C-&gt;D-&gt;A replication, which values does one use for master_log_file and master_log_pos in &#8216;change master to&#8217; statement?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PaulM</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/07/how-show-slave-status-relates-to-change-master-to/comment-page-1/#comment-325166</link>
		<dc:creator>PaulM</dc:creator>
		<pubDate>Wed, 09 Jul 2008 12:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=432#comment-325166</guid>
		<description>So the bottom line is
1) When you are using the master as a consistent snapshot, use SHOW MASTER STATUS to determine the position.
2) When you are using a slave as a consistent snapshot, use SHOW SLAVE STATUS and Exec_Master_Log_Pos.</description>
		<content:encoded><![CDATA[<p>So the bottom line is<br />
1) When you are using the master as a consistent snapshot, use SHOW MASTER STATUS to determine the position.<br />
2) When you are using a slave as a consistent snapshot, use SHOW SLAVE STATUS and Exec_Master_Log_Pos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/07/how-show-slave-status-relates-to-change-master-to/comment-page-1/#comment-324908</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Tue, 08 Jul 2008 17:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=432#comment-324908</guid>
		<description>Baron,

Actually SHOW MASTER STATUS has column named &quot;File&quot; and SHOW SLAVE STATUS has Master_Log_File  - check the example printouts above:

Master_Log_File: db01-bin.003814</description>
		<content:encoded><![CDATA[<p>Baron,</p>
<p>Actually SHOW MASTER STATUS has column named &#8220;File&#8221; and SHOW SLAVE STATUS has Master_Log_File  &#8211; check the example printouts above:</p>
<p>Master_Log_File: db01-bin.003814</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baron Schwartz</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/07/how-show-slave-status-relates-to-change-master-to/comment-page-1/#comment-324818</link>
		<dc:creator>Baron Schwartz</dc:creator>
		<pubDate>Tue, 08 Jul 2008 11:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=432#comment-324818</guid>
		<description>Peter, I think you&#039;re missing Paul&#039;s point: not only SHOW MASTER STATUS has a Master_Log_File column.  SHOW SLAVE STATUS does too.  And the value in SHOW SLAVE STATUS is the one that people wrongly use.</description>
		<content:encoded><![CDATA[<p>Peter, I think you&#8217;re missing Paul&#8217;s point: not only SHOW MASTER STATUS has a Master_Log_File column.  SHOW SLAVE STATUS does too.  And the value in SHOW SLAVE STATUS is the one that people wrongly use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/07/how-show-slave-status-relates-to-change-master-to/comment-page-1/#comment-324729</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Tue, 08 Jul 2008 07:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=432#comment-324729</guid>
		<description>It&#039;s one of those niggley things which - as you say - is so very easy to do, but you feel ever so silly once you realise because it&#039;s really so obvious! A true &quot;I need to wear shades and a baseball cap so no one can see it&#039;s me for the next six months&quot;-moment.</description>
		<content:encoded><![CDATA[<p>It&#8217;s one of those niggley things which &#8211; as you say &#8211; is so very easy to do, but you feel ever so silly once you realise because it&#8217;s really so obvious! A true &#8220;I need to wear shades and a baseball cap so no one can see it&#8217;s me for the next six months&#8221;-moment.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
