<?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>Redips &#124; spideR Net &#187; MySQL</title>
	<atom:link href="http://www.redips.net/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redips.net</link>
	<description>Techniques and Web Technologies</description>
	<lastBuildDate>Tue, 31 Aug 2010 07:06:42 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL replication - master migration</title>
		<link>http://www.redips.net/mysql/master-migration/</link>
		<comments>http://www.redips.net/mysql/master-migration/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 07:59:16 +0000</pubDate>
		<dc:creator>dbunic</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[binary log]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[replication]]></category>
		<category><![CDATA[slave]]></category>

		<guid isPermaLink="false">http://www.redips.net/?p=344</guid>
		<description><![CDATA[This cookbook explains how to move MySQL master server to another host. Scenario in short goes: dump out master databases, import data on the new master server and point slave to the new master server. If you follow this simple steps, master migration should proceed without problems.]]></description>
		<wfw:commentRss>http://www.redips.net/mysql/master-migration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL query logging</title>
		<link>http://www.redips.net/mysql/query-logging/</link>
		<comments>http://www.redips.net/mysql/query-logging/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 09:15:13 +0000</pubDate>
		<dc:creator>dbunic</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[query]]></category>

		<guid isPermaLink="false">http://www.redips.net/?p=71</guid>
		<description><![CDATA[Small tip of how to log all queries done by the MySQL server. It is very useful if you want to preview SQL requests from WordPress, Joomla or any other system or client. After logging is enabled, server will write information to the log file when clients connect or disconnect, and it will log each SQL statement.]]></description>
		<wfw:commentRss>http://www.redips.net/mysql/query-logging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add a new MySQL slave</title>
		<link>http://www.redips.net/mysql/add-new-slave/</link>
		<comments>http://www.redips.net/mysql/add-new-slave/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 08:52:16 +0000</pubDate>
		<dc:creator>dbunic</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[master]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[replication]]></category>
		<category><![CDATA[slave]]></category>

		<guid isPermaLink="false">http://www.redips.net/?p=51</guid>
		<description><![CDATA[This post explains how to add a new slave to the existing MySQL replication. New slave server can be added to the MySQL replication without stopping master or shutting down existing slave server. You will have to temporarily stop replication on the slave server in order to take the current data snapshot.]]></description>
		<wfw:commentRss>http://www.redips.net/mysql/add-new-slave/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>MySQL replication recovery</title>
		<link>http://www.redips.net/mysql/replication-recovery/</link>
		<comments>http://www.redips.net/mysql/replication-recovery/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 07:51:38 +0000</pubDate>
		<dc:creator>dbunic</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[binary log]]></category>
		<category><![CDATA[master]]></category>
		<category><![CDATA[recovery]]></category>
		<category><![CDATA[replication]]></category>
		<category><![CDATA[slave]]></category>

		<guid isPermaLink="false">http://www.redips.net/?p=49</guid>
		<description><![CDATA[MySQL replication can stop if slave fails to execute SQL statement from the binary log. From that moment, slave prints last error and waits for replication recovery. If master has consistent snapshot, then is only necessary to re-point slave to the new master position. It can be done with "change master to" or "sql_slave_skip_counter".]]></description>
		<wfw:commentRss>http://www.redips.net/mysql/replication-recovery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
