<?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>More Questions Than Answers &#187; MySQL</title>
	<atom:link href="http://www.faq-it.co.uk/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.faq-it.co.uk</link>
	<description>Dan Atrill&#039;s blog site</description>
	<lastBuildDate>Wed, 28 Dec 2011 13:10:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MySQL Commands in brief</title>
		<link>http://www.faq-it.co.uk/2009/12/16/mysql-commands-in-brief/</link>
		<comments>http://www.faq-it.co.uk/2009/12/16/mysql-commands-in-brief/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 23:06:52 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[sys admin]]></category>

		<guid isPermaLink="false">http://localhost:8888/faq-it/?p=104</guid>
		<description><![CDATA[I was hunting for a few easy to follow commands for command line MySQL having been using Webmin and phpmyadmin for a while now. This site http://www.pantz.org/software/mysql/mysqlcommands.html came up trumps. Lots of other useful sysadmin stuff on there. Thanks pantz, you saved me hours.]]></description>
		<wfw:commentRss>http://www.faq-it.co.uk/2009/12/16/mysql-commands-in-brief/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search and replace</title>
		<link>http://www.faq-it.co.uk/2007/08/08/search-and-replace/</link>
		<comments>http://www.faq-it.co.uk/2007/08/08/search-and-replace/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 12:43:45 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[search and replace]]></category>
		<category><![CDATA[UPDATE]]></category>

		<guid isPermaLink="false">http://localhost:8888/faq-it/?p=77</guid>
		<description><![CDATA[In very few lines it&#8217;s possible to search and replace text in MySQL: UPDATE table_name SET column_name = replace(column_name,&#8221;find_this&#8221;,&#8221;replace_with_this&#8221;) Thanks to Torkil Johnsen&#8217;s Search and replace in MySQL article]]></description>
		<wfw:commentRss>http://www.faq-it.co.uk/2007/08/08/search-and-replace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

