<?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>Tutorius &#187; Database</title>
	<atom:link href="http://www.tutorius.com/category/database/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tutorius.com</link>
	<description></description>
	<lastBuildDate>Thu, 12 Jan 2012 21:30:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>MySQL GUI Tools &#8211; Still ready for Prime Time</title>
		<link>http://www.tutorius.com/mysql-gui-tools</link>
		<comments>http://www.tutorius.com/mysql-gui-tools#comments</comments>
		<pubDate>Fri, 10 Sep 2010 02:40:59 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.tutorius.com/?p=945</guid>
		<description><![CDATA[MySQL ceased development of their GUI Tools, MySQL Administrator and MySQL Query Browser, with the release of their MySQL Workbench product. Workbench is supposed to incorporate the functions of Administrator...]]></description>
		<wfw:commentRss>http://www.tutorius.com/mysql-gui-tools/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selecting Field Names in MySQL</title>
		<link>http://www.tutorius.com/selecting-field-names-in-mysql</link>
		<comments>http://www.tutorius.com/selecting-field-names-in-mysql#comments</comments>
		<pubDate>Tue, 06 Oct 2009 20:34:02 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://tutorius.com/?p=453</guid>
		<description><![CDATA[Selecting field names in MySQL is pretty easy, though it's not quite like the SELECT syntax we're all used to: SHOW COLUMNS FROM TABLE; To select all fields that start...]]></description>
		<wfw:commentRss>http://www.tutorius.com/selecting-field-names-in-mysql/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resetting a MySQL Password</title>
		<link>http://www.tutorius.com/resetting-a-mysql-password</link>
		<comments>http://www.tutorius.com/resetting-a-mysql-password#comments</comments>
		<pubDate>Thu, 06 Aug 2009 03:13:40 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://tutorius.com/?p=352</guid>
		<description><![CDATA[Resetting a MySQL root password (or other password, for that matter) is easy enough if you have admin access to the server. First go to the command line (Start &#62;...]]></description>
		<wfw:commentRss>http://www.tutorius.com/resetting-a-mysql-password/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding a UNIQUE constraint to a database column</title>
		<link>http://www.tutorius.com/making-a-database-column-unique</link>
		<comments>http://www.tutorius.com/making-a-database-column-unique#comments</comments>
		<pubDate>Fri, 31 Jul 2009 14:46:12 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://tutorius.com/?p=292</guid>
		<description><![CDATA[Sometimes we may need to make a column unique in a database table.  For instance we can't have two employees with the same employees with the same employee number or...]]></description>
		<wfw:commentRss>http://www.tutorius.com/making-a-database-column-unique/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pulling database values in multiple formats</title>
		<link>http://www.tutorius.com/pulling-database-values-in-multiple-formats</link>
		<comments>http://www.tutorius.com/pulling-database-values-in-multiple-formats#comments</comments>
		<pubDate>Fri, 31 Jul 2009 14:24:57 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://tutorius.com/?p=285</guid>
		<description><![CDATA[When we pull a value from MySQL or another database, there's nothing stopping us from pulling the same value in different ways within the same query. For instance, say we want to...]]></description>
		<wfw:commentRss>http://www.tutorius.com/pulling-database-values-in-multiple-formats/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Import CSV file to MySQL Database using PHP</title>
		<link>http://www.tutorius.com/import-csv-file-to-mysql-database-using-php</link>
		<comments>http://www.tutorius.com/import-csv-file-to-mysql-database-using-php#comments</comments>
		<pubDate>Tue, 28 Jul 2009 13:20:25 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://tutorius.com/?p=262</guid>
		<description><![CDATA[&#60;!--p &#160; /** ~~~~~~~ CSV IMPORT TO DATABASE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * * This script reads in a comma delimited text file (.csv) and creates * a table in the database from...]]></description>
		<wfw:commentRss>http://www.tutorius.com/import-csv-file-to-mysql-database-using-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re-numbering an auto-increment column</title>
		<link>http://www.tutorius.com/re-numbering-an-auto-increment-column</link>
		<comments>http://www.tutorius.com/re-numbering-an-auto-increment-column#comments</comments>
		<pubDate>Mon, 03 Nov 2008 14:08:10 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://tutorius.com/?p=84</guid>
		<description><![CDATA[An auto-incremented column can become a little cluttered if records are deleted from the table, and you may wish to delete the slack of the sequence in your id column...]]></description>
		<wfw:commentRss>http://www.tutorius.com/re-numbering-an-auto-increment-column/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time Stamp differences in MySQL and PHP</title>
		<link>http://www.tutorius.com/time-stamp-differences-in-mysql-and-php</link>
		<comments>http://www.tutorius.com/time-stamp-differences-in-mysql-and-php#comments</comments>
		<pubDate>Tue, 02 Sep 2008 12:09:45 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://tutorius.com/?p=44</guid>
		<description><![CDATA[MySQL and PHP handle time and data data in different ways, and it's important to be aware of the difference. Both these environments have a TIMESTAMP construct, but they're not...]]></description>
		<wfw:commentRss>http://www.tutorius.com/time-stamp-differences-in-mysql-and-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pulling a single value from the database</title>
		<link>http://www.tutorius.com/pulling-a-single-value-from-the-database</link>
		<comments>http://www.tutorius.com/pulling-a-single-value-from-the-database#comments</comments>
		<pubDate>Thu, 19 Jun 2008 00:12:28 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://tutorius.com/?p=15</guid>
		<description><![CDATA[Sometimes you just want to pull a single value from the database without a whole lot of work.  Here's how to do it in a single line; // mysql_result() function...]]></description>
		<wfw:commentRss>http://www.tutorius.com/pulling-a-single-value-from-the-database/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Primer</title>
		<link>http://www.tutorius.com/database-primer</link>
		<comments>http://www.tutorius.com/database-primer#comments</comments>
		<pubDate>Wed, 28 Nov 2007 00:43:31 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://tutorius.com/press/?p=5</guid>
		<description><![CDATA[A database is a structured collection of information. This is not a database; Adam Thomson, 555-6335 Anita McColl, 108 Verdun Ave., 555-5249 But this is; Adam Thomson, , 555-6335 Anita...]]></description>
		<wfw:commentRss>http://www.tutorius.com/database-primer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

