<?xml version="1.0" encoding="UTF-8"?><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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>mysql主从配置 &#8211; moneyslow.com</title>
	<atom:link href="https://moneyslow.com/tag/mysql%e4%b8%bb%e4%bb%8e%e9%85%8d%e7%bd%ae/feed" rel="self" type="application/rss+xml" />
	<link>https://moneyslow.com</link>
	<description>making money with technology</description>
	<lastBuildDate>Mon, 12 Jul 2021 10:29:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>
	<item>
		<title>mysql change master 语句备忘</title>
		<link>https://moneyslow.com/mysql-change-master-%e8%af%ad%e5%8f%a5%e5%a4%87%e5%bf%98.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Wed, 17 May 2017 12:11:07 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql主从配置]]></category>
		<category><![CDATA[互联网技术]]></category>
		<guid isPermaLink="false">http://moneyslow.com/?p=7375</guid>

					<description><![CDATA[change master to master_host='10.10.xx.xx', master_port=3306, master_user='repl', master_password='asdfasdfa', master_log_file='mysql-bin.004281', master_log_pos=3234234;]]></description>
		
		
		
			</item>
		<item>
		<title>mysql主从配置视频</title>
		<link>https://moneyslow.com/mysql%e4%b8%bb%e4%bb%8e%e9%85%8d%e7%bd%ae%e8%a7%86%e9%a2%91.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Wed, 21 Dec 2016 22:59:21 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql主从配置]]></category>
		<category><![CDATA[互联网技术]]></category>
		<guid isPermaLink="false">http://blog.a8z8.com/?p=7196</guid>

					<description><![CDATA[主库： GRANT REPLICATION SLAVE ON *.* TO 'repl'@'10.0.0.1' IDENTIFIED BY 'password'; flush privileges; 从库： CHANGE MASTER TO MASTER_HOST='10.0.0.1',master_user='repl',master_password='password',MASTER_LOG_FILE='mysql-bin.000152', MASTER_LOG_POS=1; start slave; show slave status\G;]]></description>
		
		
		
			</item>
	</channel>
</rss>
