<?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>Aknosis.com &#187; MySQL</title>
	<atom:link href="http://aknosis.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://aknosis.com</link>
	<description>Once you go Ak, you don&#039;t go back.</description>
	<lastBuildDate>Thu, 19 Jan 2012 00:06:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<meta name="generator" content="deStyle 0.9.3" />
		<item>
		<title>Quicktip: Add conditionals in a WHERE clause</title>
		<link>http://aknosis.com/2011/10/28/quicktip-add-conditionals-in-a-sql-where-clause/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=quicktip-add-conditionals-in-a-sql-where-clause</link>
		<comments>http://aknosis.com/2011/10/28/quicktip-add-conditionals-in-a-sql-where-clause/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 21:57:24 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://aknosis.com/?p=539</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://aknosis.com/2011/10/28/quicktip-add-conditionals-in-a-sql-where-clause/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automating MySQL Database Backups on the Command Line via mysqldump</title>
		<link>http://aknosis.com/2009/10/25/automating-mysql-database-backups-on-the-command-line-via-mysqldump/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=automating-mysql-database-backups-on-the-command-line-via-mysqldump</link>
		<comments>http://aknosis.com/2009/10/25/automating-mysql-database-backups-on-the-command-line-via-mysqldump/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 05:54:30 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[shell scripting]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=278</guid>
		<description><![CDATA[Are you tired of manually running backups when you remember to? If you are running your own server, or have access to the shell and cron jobs this tip is for you! First off for a better understanding of mysqldump check out the MySQL reference manual. All mysqldump really does is output the necessary queries [...]]]></description>
		<wfw:commentRss>http://aknosis.com/2009/10/25/automating-mysql-database-backups-on-the-command-line-via-mysqldump/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating JSON as a select result in a MySQL Query</title>
		<link>http://aknosis.com/2009/01/12/json-as-a-select-result-mysql-query/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=json-as-a-select-result-mysql-query</link>
		<comments>http://aknosis.com/2009/01/12/json-as-a-select-result-mysql-query/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 05:18:30 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=45</guid>
		<description><![CDATA[So I had this crazy idea at work, I needed to get all the data out of an entire table in a single column. So I decided to return the table as a preformatted JSON array that I could decode straight into a php array for manipulation. The Code: Suppose a table format like so: [...]]]></description>
		<wfw:commentRss>http://aknosis.com/2009/01/12/json-as-a-select-result-mysql-query/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

