<?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>Andrew Garrett&#039;s Blog &#187; code</title>
	<atom:link href="http://blog.werdn.us/tags/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.werdn.us</link>
	<description>Development, wikis and life</description>
	<lastBuildDate>Sat, 20 Mar 2010 00:43:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL, Ubuntu, Temporary Tables and AppArmor</title>
		<link>http://blog.werdn.us/2009/10/mysql-ubuntu-temporary-tables-and-apparmor/</link>
		<comments>http://blog.werdn.us/2009/10/mysql-ubuntu-temporary-tables-and-apparmor/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 20:09:54 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://blog.werdn.us/2009/10/mysql-ubuntu-temporary-tables-and-apparmor/</guid>
		<description><![CDATA[I was trying to install CiviCRM on Wikimedia Australia&#8217;s server, and I came across this fun error:
ERROR 1005 (HY000): Can't create table '/tmp/#sql7013_9_0.frm' (errno: -1)
Turned out, Ubuntu&#8217;s AppArmor was breaking the creation of temporary tables in /tmp.
The way around this was to add a new line to the apparmor profile for mysqld
  /tmp/** rwk
]]></description>
			<content:encoded><![CDATA[<p>I was trying to install CiviCRM on Wikimedia Australia&#8217;s server, and I came across this fun error:</p>
<p><code>ERROR 1005 (HY000): Can't create table '/tmp/#sql7013_9_0.frm' (errno: -1)</code></p>
<p>Turned out, Ubuntu&#8217;s AppArmor was breaking the creation of temporary tables in /tmp.</p>
<p>The way around this was to add a new line to the apparmor profile for mysqld<br />
<code>  /tmp/** rwk</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.werdn.us/2009/10/mysql-ubuntu-temporary-tables-and-apparmor/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
