<?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; mysql</title>
	<atom:link href="http://www.somerandomstuff.com/archives/tag/mysql/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>Backup MX with Postfix &amp; MySQL</title>
		<link>http://www.somerandomstuff.com/archives/344</link>
		<comments>http://www.somerandomstuff.com/archives/344#comments</comments>
		<pubDate>Sun, 25 Apr 2010 23:09:55 +0000</pubDate>
		<dc:creator>srg</dc:creator>
				<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[backup mx]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mail relay]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://www.somerandomstuff.com/?p=344</guid>
		<description><![CDATA[How to configure a backup MX or mail relay with Postfix, using a MySQL back-end.]]></description>
		<wfw:commentRss>http://www.somerandomstuff.com/archives/344/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DBmail configuration gotcha</title>
		<link>http://www.somerandomstuff.com/archives/80</link>
		<comments>http://www.somerandomstuff.com/archives/80#comments</comments>
		<pubDate>Mon, 09 Mar 2009 17:10:24 +0000</pubDate>
		<dc:creator>srg</dc:creator>
				<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[collate]]></category>
		<category><![CDATA[collation]]></category>
		<category><![CDATA[dbmail]]></category>
		<category><![CDATA[latin1_swedish_ci]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[utf8_general_ci]]></category>

		<guid isPermaLink="false">http://www.somerandomstuff.com/?p=80</guid>
		<description><![CDATA[I recently decided to move my enormous mail archive from my trusty Courier-imap/Maildir setup to DBmail. The reason is simple.  I have several mail folders with 100,000+ mails in.  That means several directories with upwards of 100,000 files in.   And that means bad performance.    There is another reason:  I can execute far more powerful searches <a href='http://www.somerandomstuff.com/archives/80'>[...]</a>]]></description>
		<wfw:commentRss>http://www.somerandomstuff.com/archives/80/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
