<?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; MySQL</title>
	<atom:link href="http://www.tutorius.com/category/mysql/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>Access Column names in MySQL</title>
		<link>http://www.tutorius.com/access-column-names-in-mysql</link>
		<comments>http://www.tutorius.com/access-column-names-in-mysql#comments</comments>
		<pubDate>Thu, 12 Jan 2012 21:28:28 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.tutorius.com/?p=1111</guid>
		<description><![CDATA[I recently needed to create a page that would serve as a light admin page for my configuration table.  Just read in the table and let me edit the values.  However,...]]></description>
		<wfw:commentRss>http://www.tutorius.com/access-column-names-in-mysql/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Scheduled Backup</title>
		<link>http://www.tutorius.com/mysql-scheduled-backup</link>
		<comments>http://www.tutorius.com/mysql-scheduled-backup#comments</comments>
		<pubDate>Wed, 02 Nov 2011 11:58:57 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.tutorius.com/?p=1099</guid>
		<description><![CDATA[Another of these things that I'll park here until I have the time to implement it.  A MySQL backup solution to to scheduled backups and optionally email the backup files...]]></description>
		<wfw:commentRss>http://www.tutorius.com/mysql-scheduled-backup/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Triggers</title>
		<link>http://www.tutorius.com/mysql-triggers</link>
		<comments>http://www.tutorius.com/mysql-triggers#comments</comments>
		<pubDate>Wed, 02 Nov 2011 11:50:13 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.tutorius.com/?p=1095</guid>
		<description><![CDATA[This external resource looks like about the best tutorial I've seen yet for MySQL Triggers.  I'm going to have to play with this, I've been putting off implementing some necessary triggers for...]]></description>
		<wfw:commentRss>http://www.tutorius.com/mysql-triggers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Foreign Keys and Referential Integrity in MySQL</title>
		<link>http://www.tutorius.com/foreign-keys-and-referential-integrity-in-mysql</link>
		<comments>http://www.tutorius.com/foreign-keys-and-referential-integrity-in-mysql#comments</comments>
		<pubDate>Fri, 14 Oct 2011 14:32:07 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.tutorius.com/?p=1071</guid>
		<description><![CDATA[This TechRepublic article is a good fast introduction to the topic of Referential Integrity and the use of  Foreign Keys in MySQL.]]></description>
		<wfw:commentRss>http://www.tutorius.com/foreign-keys-and-referential-integrity-in-mysql/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trim leading whitespace from a field in MySQL</title>
		<link>http://www.tutorius.com/trim-leading-whitespace-from-a-field-in-mysql</link>
		<comments>http://www.tutorius.com/trim-leading-whitespace-from-a-field-in-mysql#comments</comments>
		<pubDate>Sun, 25 Sep 2011 20:56:19 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.tutorius.com/?p=1056</guid>
		<description><![CDATA[As always, backup the database or at least the affected table before running a command that will change every record in a table as this does. The following line will...]]></description>
		<wfw:commentRss>http://www.tutorius.com/trim-leading-whitespace-from-a-field-in-mysql/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Variables in MySQL</title>
		<link>http://www.tutorius.com/using-variables-in-mysql</link>
		<comments>http://www.tutorius.com/using-variables-in-mysql#comments</comments>
		<pubDate>Sat, 24 Sep 2011 21:13:30 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.tutorius.com/?p=1053</guid>
		<description><![CDATA[Finding the correct syntax for using variables in MySQL can be surprisingly difficult. Once you know it, it's easy. Here's a start: SET @username := 'jonesr'; SELECT id,fname,lname FROM staff...]]></description>
		<wfw:commentRss>http://www.tutorius.com/using-variables-in-mysql/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Error Number 1045</title>
		<link>http://www.tutorius.com/mysql-error-number-1045</link>
		<comments>http://www.tutorius.com/mysql-error-number-1045#comments</comments>
		<pubDate>Sat, 04 Dec 2010 19:31:52 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.tutorius.com/?p=983</guid>
		<description><![CDATA[Connection attempts to a MySQL database can return "MySQL Error Number 1045&#8243;.  This is a frustrating error, but has a reasonably simple solution. While this solution is presented in the...]]></description>
		<wfw:commentRss>http://www.tutorius.com/mysql-error-number-1045/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Loading configuration data from a MySQL into PHP constants</title>
		<link>http://www.tutorius.com/loading-configuration-data-from-mysql-into-php-constants</link>
		<comments>http://www.tutorius.com/loading-configuration-data-from-mysql-into-php-constants#comments</comments>
		<pubDate>Wed, 12 May 2010 19:12:58 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.tutorius.com/?p=838</guid>
		<description><![CDATA[The following code will take the contents of the first row of a configuration table and create a constant for each attribute stored in it. 1 2 3 4 5...]]></description>
		<wfw:commentRss>http://www.tutorius.com/loading-configuration-data-from-mysql-into-php-constants/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot edit table data in MySQL Query Browser</title>
		<link>http://www.tutorius.com/cannot-edit-table-data-in-mysql-query-browser</link>
		<comments>http://www.tutorius.com/cannot-edit-table-data-in-mysql-query-browser#comments</comments>
		<pubDate>Fri, 26 Mar 2010 22:16:59 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://tutorius.com/?p=750</guid>
		<description><![CDATA[If a table cannot be edited in MySQL, check to ensure that it has a primary key. This can arise if a table is copied from another table &#8211; the...]]></description>
		<wfw:commentRss>http://www.tutorius.com/cannot-edit-table-data-in-mysql-query-browser/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

