<?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>Thoughts &#38; Ideas About Web Development &#187; Solutions to Random Errors</title>
	<atom:link href="http://blog.andy-gale.com/category/solutions-to-random-errors/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.andy-gale.com</link>
	<description></description>
	<lastBuildDate>Sat, 10 Oct 2009 09:30:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ERROR 1010 (HY000): Error dropping database (can&#8217;t rmdir &#8216;./[database_name]/&#8217;, errno: 17)</title>
		<link>http://blog.andy-gale.com/error-1010-hy000-error-dropping-database-cant-rmdir-database_name-errno-17/</link>
		<comments>http://blog.andy-gale.com/error-1010-hy000-error-dropping-database-cant-rmdir-database_name-errno-17/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 09:55:48 +0000</pubDate>
		<dc:creator>Andy Gale</dc:creator>
				<category><![CDATA[Solutions to Random Errors]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.andy-gale.com/?p=17</guid>
		<description><![CDATA[I was getting this cryptic error message earlier. It initially looks like a permissions problem but in fact it was caused by...]]></description>
			<content:encoded><![CDATA[<p>I was getting this cryptic error message earlier. It initially looks like a permissions problem but in fact it was caused by prior use of the SELECT .. INTO OUTFILE which dumped a .csv file into the database directory and was preventing the remove directory command from successfully executing.</p>
<p>That directory is /opt/local/var/db/mysql5/[database_name] on Macports, /var/lib/mysql/[database_name] on Linux (well Debian, at least) and FreeBSD /var/db/mysql/[database_name]</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.andy-gale.com/error-1010-hy000-error-dropping-database-cant-rmdir-database_name-errno-17/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
