<?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>评论：mysql replication 互为主从的安装及配置，以及数据同步</title>
	<atom:link href="http://blog.51yip.com/mysql/357.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.51yip.com/mysql/357.html</link>
	<description>－－一步，二步，三步，N步，二行脚印</description>
	<lastBuildDate>Tue, 07 Jun 2022 01:26:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：roger</title>
		<link>http://blog.51yip.com/mysql/357.html/comment-page-1#comment-17616</link>
		<dc:creator>roger</dc:creator>
		<pubDate>Tue, 06 Jun 2017 07:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=357#comment-17616</guid>
		<description>博主，我按照你的配置出现问题呀，

Got fatal error 1236 from master when reading data from binary log: &#039;Slave can not handle replication events with the checksum that master is configured to log; the first
 event &#039;master-bin.000003&#039; at 120, the last event read from &#039;./master-bin.000003&#039; at 120, the last byte read from &#039;./master-bin.000003&#039; at 120.&#039;</description>
		<content:encoded><![CDATA[<p>博主，我按照你的配置出现问题呀，</p>
<p>Got fatal error 1236 from master when reading data from binary log: 'Slave can not handle replication events with the checksum that master is configured to log; the first<br />
 event 'master-bin.000003' at 120, the last event read from './master-bin.000003' at 120, the last byte read from './master-bin.000003' at 120.'</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：张映</title>
		<link>http://blog.51yip.com/mysql/357.html/comment-page-1#comment-17196</link>
		<dc:creator>张映</dc:creator>
		<pubDate>Tue, 26 May 2015 11:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=357#comment-17196</guid>
		<description>同机房，延迟非常的短，基本是准实时的，当然根读写的频率有关系。跨机房，就不好说了，最好是建ssh链路，或者vpn链路会好一些。</description>
		<content:encoded><![CDATA[<p>同机房，延迟非常的短，基本是准实时的，当然根读写的频率有关系。跨机房，就不好说了，最好是建ssh链路，或者vpn链路会好一些。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：hotbball</title>
		<link>http://blog.51yip.com/mysql/357.html/comment-page-1#comment-17195</link>
		<dc:creator>hotbball</dc:creator>
		<pubDate>Fri, 22 May 2015 03:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=357#comment-17195</guid>
		<description>有什么办法能缓解数据延时问题吗？主从之间，有的时候延时会达到3s，对体验影响很大。</description>
		<content:encoded><![CDATA[<p>有什么办法能缓解数据延时问题吗？主从之间，有的时候延时会达到3s，对体验影响很大。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：mmxf</title>
		<link>http://blog.51yip.com/mysql/357.html/comment-page-1#comment-3309</link>
		<dc:creator>mmxf</dc:creator>
		<pubDate>Mon, 08 Apr 2013 06:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=357#comment-3309</guid>
		<description>谢谢作者。这篇是多天以来，唯一说的详细，并且一试就成功的文章。网上操蛋的资料太多了。</description>
		<content:encoded><![CDATA[<p>谢谢作者。这篇是多天以来，唯一说的详细，并且一试就成功的文章。网上操蛋的资料太多了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：wenbo</title>
		<link>http://blog.51yip.com/mysql/357.html/comment-page-1#comment-479</link>
		<dc:creator>wenbo</dc:creator>
		<pubDate>Fri, 22 Apr 2011 17:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=357#comment-479</guid>
		<description>kimi 阁下牛X，学习中 KIMI也来过呀</description>
		<content:encoded><![CDATA[<p>kimi 阁下牛X，学习中 KIMI也来过呀</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：张映</title>
		<link>http://blog.51yip.com/mysql/357.html/comment-page-1#comment-79</link>
		<dc:creator>张映</dc:creator>
		<pubDate>Fri, 16 Jul 2010 16:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=357#comment-79</guid>
		<description>复制包括在集群中，例如：drdb是挂载集群中节点的物理存储，实现文件的同步，MySQL CLuster用新增的存储引擎标识存储节点，存储节点的数据是同步的，也可以理解成复制的，它分的就更细了。</description>
		<content:encoded><![CDATA[<p>复制包括在集群中，例如：drdb是挂载集群中节点的物理存储，实现文件的同步，MySQL CLuster用新增的存储引擎标识存储节点，存储节点的数据是同步的，也可以理解成复制的，它分的就更细了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：kimi</title>
		<link>http://blog.51yip.com/mysql/357.html/comment-page-1#comment-76</link>
		<dc:creator>kimi</dc:creator>
		<pubDate>Fri, 16 Jul 2010 03:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=357#comment-76</guid>
		<description>我一直没搞明白，Mysql的集群和复制的区别在哪里？你有研究吗？</description>
		<content:encoded><![CDATA[<p>我一直没搞明白，Mysql的集群和复制的区别在哪里？你有研究吗？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
