<?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>Darryl E. Clarke &#187; mysql</title>
	<atom:link href="http://darrylclarke.com/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://darrylclarke.com</link>
	<description>Random Technical Posts About Whatever</description>
	<lastBuildDate>Mon, 06 Feb 2012 01:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Adding an Auto Increment Column After The Fact&#8230;</title>
		<link>http://darrylclarke.com/2009/09/29/adding-an-auto-increment-column-after-the-fact/</link>
		<comments>http://darrylclarke.com/2009/09/29/adding-an-auto-increment-column-after-the-fact/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 01:53:44 +0000</pubDate>
		<dc:creator>Darryl Clarke</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[oops]]></category>
		<category><![CDATA[post fixes]]></category>

		<guid isPermaLink="false">http://darrylclarke.com/?p=236</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://darrylclarke.com/2009/09/29/adding-an-auto-increment-column-after-the-fact/"></g:plusone></div>
Yep, I pulled a &#8216;whoops&#8217; today. I made a table, filled it with data, then realized I forgot my standard &#8216;id&#8217;.  My primary key, auto incrementing column that makes me feel good about myself. Once I noticed it was gone, it was easy to add it back. Right? Right? Well, not so fast.  You can [...]]]></description>
		<wfw:commentRss>http://darrylclarke.com/2009/09/29/adding-an-auto-increment-column-after-the-fact/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Summer Project: Setup PostgreSQL</title>
		<link>http://darrylclarke.com/2009/05/23/summer-project-setup-postgresql/</link>
		<comments>http://darrylclarke.com/2009/05/23/summer-project-setup-postgresql/#comments</comments>
		<pubDate>Sat, 23 May 2009 17:43:32 +0000</pubDate>
		<dc:creator>Darryl Clarke</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[summer project]]></category>

		<guid isPermaLink="false">http://darrylclarke.com/?p=186</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://darrylclarke.com/2009/05/23/summer-project-setup-postgresql/"></g:plusone></div>
Using my shiny new upgraded Ubuntu 9.04, I&#8217;ve gotten around to installing PostgreSQL. Note: this is not a tutorial. The installation was simple, as are most installations with Ubuntu. The initial &#8220;get going&#8221; was a bit odd for PostgreSQL though. The one thing you have to remember when initially trying to get things going is [...]]]></description>
		<wfw:commentRss>http://darrylclarke.com/2009/05/23/summer-project-setup-postgresql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu, AppArmour, and Moving MySQL Data</title>
		<link>http://darrylclarke.com/2009/01/28/ubuntu-apparmour-and-moving-mysql-data/</link>
		<comments>http://darrylclarke.com/2009/01/28/ubuntu-apparmour-and-moving-mysql-data/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 18:29:46 +0000</pubDate>
		<dc:creator>Darryl Clarke</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[timewasted]]></category>

		<guid isPermaLink="false">http://darrylclarke.com/2009/01/28/ubuntu-apparmour-and-moving-mysql-data/</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://darrylclarke.com/2009/01/28/ubuntu-apparmour-and-moving-mysql-data/"></g:plusone></div>
Note to self, when moving the path where mysql stores it&#8217;s files, make sure you edit the App Armour file to allow mysqld to write to the new location. Time wasted: 30 minutes. The message: kernel: [422118.789696] audit(1233167081.635:38): type=1503 operation="inode_create" requested_mask="w::" denied_mask="w::" name="/opt/mysql/pluto.lower-test" pid=12412 profile="/usr/sbin/mysqld" namespace="default" The solution: edit this file; /etc/apparmor.d/usr.sbin.mysqld And add the [...]]]></description>
		<wfw:commentRss>http://darrylclarke.com/2009/01/28/ubuntu-apparmour-and-moving-mysql-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

