<?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>Erik-Jan van Baaren &#187; Software</title>
	<atom:link href="http://www.eriky.com/category/software/feed" rel="self" type="application/rss+xml" />
	<link>http://www.eriky.com</link>
	<description>Just another geek with a blog</description>
	<lastBuildDate>Fri, 07 May 2010 19:13:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>MediaWiki: &#8220;1048: Column &#8216;old_id&#8217; cannot be null&#8221;</title>
		<link>http://www.eriky.com/2009/02/mediawiki-1048-column-old_id-cannot-be-null</link>
		<comments>http://www.eriky.com/2009/02/mediawiki-1048-column-old_id-cannot-be-null#comments</comments>
		<pubDate>Wed, 25 Feb 2009 12:27:56 +0000</pubDate>
		<dc:creator>Erik-Jan</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.eriky.com/?p=77</guid>
		<description><![CDATA[If you get this error with MediaWiki (or any other software) you should look at the properties of your table structure. Most probable is that an &#8220;auto_increment&#8221; is missing. This problem took me quite a while to find, especially because of lots of people on the web come up with the weirdest explanations and solutions, [...]]]></description>
			<content:encoded><![CDATA[<p>If you get this error with MediaWiki (or any other software) you should look at the properties of your table structure. Most probable is that an &#8220;auto_increment&#8221; is missing. This problem took me quite a while to find, especially because of lots of people on the web come up with the weirdest explanations and solutions, like simply reinstalling and re-importing the data. Not fun if you are in a hurry and have a table with 7.5 million text files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eriky.com/2009/02/mediawiki-1048-column-old_id-cannot-be-null/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL: Error No. 1033 Incorrect information in file: &#8216;filename&#8217;</title>
		<link>http://www.eriky.com/2008/11/mysql-error-no-1033-incorrect-information-in-file-filename</link>
		<comments>http://www.eriky.com/2008/11/mysql-error-no-1033-incorrect-information-in-file-filename#comments</comments>
		<pubDate>Tue, 11 Nov 2008 12:41:05 +0000</pubDate>
		<dc:creator>Erik-Jan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.eriky.com/?p=25</guid>
		<description><![CDATA[This is one of those &#8216;OMG Eriky, you saved my ass!&#8217; posts. You probably came here after searching for this error. Before you try anything else, check if your /tmp directory exists and if it has the right permissions. If not, create it and do a &#8220;chmod 777 /tmp&#8221;. MySQL will give you the weirdest [...]]]></description>
			<content:encoded><![CDATA[<p>This is one of those &#8216;OMG Eriky, you saved my ass!&#8217; posts.</p>
<p>You probably came here after searching for this error. Before you try anything else, check if your /tmp directory exists and if it has the right permissions. If not, create it and do a &#8220;chmod 777 /tmp&#8221;. MySQL will give you the weirdest errors if it can not use the /tmp folder.</p>
<p>If this does not help, check your /etc/mysql/my.cnf. There could be a line somewhere, stating which directory to use as a temporary directory. Create that directory, or remove/change the line so MySQL uses your /tmp folder instead.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eriky.com/2008/11/mysql-error-no-1033-incorrect-information-in-file-filename/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
