<?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>SharkSpace Blog &#187; Mysql</title>
	<atom:link href="http://www.blog.sharkspace.com/web/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.sharkspace.com</link>
	<description>The SharkSpace Web Hosting Blog</description>
	<lastBuildDate>Sat, 21 Nov 2009 23:05:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Advantages of MYSQL 5 over MYSQL 4</title>
		<link>http://www.blog.sharkspace.com/advantages-of-mysql-5-over-mysql-4/</link>
		<comments>http://www.blog.sharkspace.com/advantages-of-mysql-5-over-mysql-4/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 17:25:52 +0000</pubDate>
		<dc:creator>SharkSpace</dc:creator>
				<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://www.sharkspace.com/blog/advantages-of-mysql-5-over-mysql-4/</guid>
		<description><![CDATA[In the world of databases that work with PHP, MYSQL 4 has been the norm for quite some time now. It functions well, has decent performance and generally does what it is supposed to do. But as with all things, its time is passing and it is time to upgrade to its successor, MYSQL 5. [...]]]></description>
		<wfw:commentRss>http://www.blog.sharkspace.com/advantages-of-mysql-5-over-mysql-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick reference guide to mysql</title>
		<link>http://www.blog.sharkspace.com/quick-reference-guide-to-mysql/</link>
		<comments>http://www.blog.sharkspace.com/quick-reference-guide-to-mysql/#comments</comments>
		<pubDate>Sun, 29 Jul 2007 14:55:11 +0000</pubDate>
		<dc:creator>SharkSpace</dc:creator>
				<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://www.sharkspace.com/blog/quick-reference-guide-to-mysql/</guid>
		<description><![CDATA[Below are some of the most common commands you will use when working with mysql from command line. Auto-incrementing rows: mysql> CREATE TABLE table (number INT NOT NULL AUTO_INCREMENT, name CHAR(10) NOT NULL); mysql> INSERT INTO table (name) VALUES ("change"),("change2"),("change3"); Selecting a database: mysql> USE database; List databases: mysql> SHOW DATABASES; Currently selected database: mysql> [...]]]></description>
		<wfw:commentRss>http://www.blog.sharkspace.com/quick-reference-guide-to-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
