<?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>Some Random Stuff &#187; views</title>
	<atom:link href="http://www.somerandomstuff.com/archives/tag/views/feed" rel="self" type="application/rss+xml" />
	<link>http://www.somerandomstuff.com</link>
	<description>Really, just random stuff</description>
	<lastBuildDate>Wed, 18 Aug 2010 15:07:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Migrating a MySQL database containing views</title>
		<link>http://www.somerandomstuff.com/archives/12</link>
		<comments>http://www.somerandomstuff.com/archives/12#comments</comments>
		<pubDate>Fri, 13 Jun 2008 09:19:48 +0000</pubDate>
		<dc:creator>srg</dc:creator>
				<category><![CDATA[oneliners]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[views]]></category>

		<guid isPermaLink="false">http://www.somerandomstuff.com/?p=12</guid>
		<description><![CDATA[You may have come across this problem: say you have a MySQL database called 'myblog' which you're moving to a new server on a different provider, and said provider doesn't allow you to name the database, but instead use their own scheme, 'user82_db1' for example.

If you happen to have views in your database, this will cause the import to fail, as those views would still refer to 'myblog' instead of the new database. Fortunately, this is easily fixed]]></description>
		<wfw:commentRss>http://www.somerandomstuff.com/archives/12/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
