<?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>The Code Cave &#187; MySQL</title>
	<atom:link href="http://thecodecave.com/category/tips-techniques-and-technologies/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://thecodecave.com</link>
	<description>Cold storage before my best ideas melt away...</description>
	<lastBuildDate>Tue, 22 Jun 2010 17:26:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>WordPress DB Hacks: Determining the ID of a category parents</title>
		<link>http://thecodecave.com/2010/06/03/wordpress-db-hacks-determining-the-id-of-a-category-parents/</link>
		<comments>http://thecodecave.com/2010/06/03/wordpress-db-hacks-determining-the-id-of-a-category-parents/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 18:52:31 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://thecodecave.com/?p=741</guid>
		<description><![CDATA[When manipulating WordPress databases for exports and merges, sometimes it is helpful to get a list of all of the parents for the categories your posts are in. For the import I am working on right now.  The category list is being flattened from 30 categories down to 5 categories. The blog has just over [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2010/06/03/wordpress-db-hacks-determining-the-id-of-a-category-parents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Founder Resigns from Sun over Quality of MySQL 5.1</title>
		<link>http://thecodecave.com/2009/02/05/mysql-founder-resigns-from-sun-over-quality-of-mysql-51/</link>
		<comments>http://thecodecave.com/2009/02/05/mysql-founder-resigns-from-sun-over-quality-of-mysql-51/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 00:48:12 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[b5media]]></category>
		<category><![CDATA[Michael Widenius]]></category>
		<category><![CDATA[Monty]]></category>
		<category><![CDATA[Sun Microsystems]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/?p=571</guid>
		<description><![CDATA[I first laid eyes on Michael Widenius, the original and principle author of the MySQL database software at the 2008 MySQL Conference in San Jose.&#160; Michael, who is more commonly known simply as “Monty”, had recently had his pride and joy, the MySQL AB company purchased by Sun Microsystems. I’d say that just about every [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2009/02/05/mysql-founder-resigns-from-sun-over-quality-of-mysql-51/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Quick Tip: Fixing the number of comments per post</title>
		<link>http://thecodecave.com/2009/01/07/fixing-wp-comments-per-post/</link>
		<comments>http://thecodecave.com/2009/01/07/fixing-wp-comments-per-post/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 20:01:05 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress PHP MySQL]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/wordpress-quick-tip-fixing-the-number-of-comments-per-post/</guid>
		<description><![CDATA[For various reasons, sometimes the number of comments shown under the title of the post may not match the number of actual comments displayed under the post. Here is a simple SQL statement that will resolve the issue: update `wp_posts` set comment_count = (select count(*) from wp_comments WHERE `comment_post_ID` = `ID` and comment_approved = '1') [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2009/01/07/fixing-wp-comments-per-post/feed/</wfw:commentRss>
		<slash:comments>55</slash:comments>
		</item>
		<item>
		<title>PHPMyAdmin announces drop of PHP 4 support.</title>
		<link>http://thecodecave.com/2007/10/02/phpmyadmin-announces-drop-of-php-4-support/</link>
		<comments>http://thecodecave.com/2007/10/02/phpmyadmin-announces-drop-of-php-4-support/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 22:43:36 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP 4]]></category>
		<category><![CDATA[PHP 5]]></category>
		<category><![CDATA[phpMyAdmin]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/article460</guid>
		<description><![CDATA[I was just over at the PHPMyAdmin site and saw this quote:  Welcome to phpMyAdmin 2.11, which will probably be the last series supporting PHP 4. Notice the &#8221;probably&#8221; stuck in there.  They are testing the waters. If phpMyAdmin is dropping the whole PHP 4 line, it just might push the WordPress adoption time a bit further.  Where phpMyAdmin goes, I have to think,  the ISPs will not be slow to follow.]]></description>
		<wfw:commentRss>http://thecodecave.com/2007/10/02/phpmyadmin-announces-drop-of-php-4-support/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL Commands Cheat Sheet</title>
		<link>http://thecodecave.com/2006/04/19/mysql-commands-cheat-sheet/</link>
		<comments>http://thecodecave.com/2006/04/19/mysql-commands-cheat-sheet/#comments</comments>
		<pubDate>Wed, 19 Apr 2006 21:23:46 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.thecodecave.com/?p=98</guid>
		<description><![CDATA[I wanted to get a list of the tables in my MySQL database a couple weeks ago. I bookmarked on place that had a list of commands. I&#8217;m including that info here for furture reference. I&#8217;ve found dozens of copies of that list elsewhere, so I&#8217;m not gonna link to any particular site. Check back [...]]]></description>
		<wfw:commentRss>http://thecodecave.com/2006/04/19/mysql-commands-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
