<?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>SANIsoft &#187; MySQL</title>
	<atom:link href="http://www.sanisoft.com/blog/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sanisoft.com</link>
	<description>sharing technology, ideas, insights!</description>
	<lastBuildDate>Wed, 19 Oct 2011 11:18:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>[How To]Use user-defined variable in MySQL LIMIT clause</title>
		<link>http://www.sanisoft.com/blog/2010/11/22/how-to-use-user-defined-variable-in-mysql-limit-clause/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-use-user-defined-variable-in-mysql-limit-clause</link>
		<comments>http://www.sanisoft.com/blog/2010/11/22/how-to-use-user-defined-variable-in-mysql-limit-clause/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 07:43:13 +0000</pubDate>
		<dc:creator>Abbas Ali</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=1769</guid>
		<description><![CDATA[Recently, I got a situation where I needed to select only the first 50% (half) records from a database table. The constraint was that I could not use programming language to add a variable to the MySQL limit clause. Under normal circumstances the code would look something like this PLAIN TEXT PHP: // Connect to [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2010/11/22/how-to-use-user-defined-variable-in-mysql-limit-clause/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[HowTo] Backup and Restore MySql Databases</title>
		<link>http://www.sanisoft.com/blog/2010/11/01/howto-backup-and-restore-mysql-databases/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=howto-backup-and-restore-mysql-databases</link>
		<comments>http://www.sanisoft.com/blog/2010/11/01/howto-backup-and-restore-mysql-databases/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 02:30:07 +0000</pubDate>
		<dc:creator>Jatin Chimote</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=1699</guid>
		<description><![CDATA[Do you have a backup of your important mysql databases ? No ? Think about it .. What if you have a Operating System / Filesystem crash ? What if your databases get corrupted due to some reason ? What if you accidentally drop your database or some important tables ? What if you want [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2010/11/01/howto-backup-and-restore-mysql-databases/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SQL data source in Sphinx</title>
		<link>http://www.sanisoft.com/blog/2010/08/23/sql-data-source-in-sphinx/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sql-data-source-in-sphinx</link>
		<comments>http://www.sanisoft.com/blog/2010/08/23/sql-data-source-in-sphinx/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 06:15:05 +0000</pubDate>
		<dc:creator>Abbas Ali</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Sphinx]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=1444</guid>
		<description><![CDATA[These days I am getting more and more into Sphinx and falling in love with it . In this post we will see how to make use of SQL data source to create indexes. Sphinx has inbuilt support for MySQL and PostgreSQL databases. The drivers for these databases can connect to the database using its [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2010/08/23/sql-data-source-in-sphinx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The longer Lithium Blog tutorial using MySQL – Part 2</title>
		<link>http://www.sanisoft.com/blog/2010/05/24/the-longer-lithium-blog-tutorial-using-mysql-%e2%80%93-part-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-longer-lithium-blog-tutorial-using-mysql-%25e2%2580%2593-part-2</link>
		<comments>http://www.sanisoft.com/blog/2010/05/24/the-longer-lithium-blog-tutorial-using-mysql-%e2%80%93-part-2/#comments</comments>
		<pubDate>Mon, 24 May 2010 05:22:17 +0000</pubDate>
		<dc:creator>Aditya Mooley</dc:creator>
				<category><![CDATA[Lithium]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=1050</guid>
		<description><![CDATA[In the previous article, we learned how to setup Lithium and create a simple blog to add/edit/delete posts. Now, we will see how to add comments to the post and display them back on post view page. Unfortunately, Lithium doesn't support relationships yet, so we will query the comments table on our own. Let us [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2010/05/24/the-longer-lithium-blog-tutorial-using-mysql-%e2%80%93-part-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The longer Lithium Blog tutorial using MySQL &#8211; Part 1</title>
		<link>http://www.sanisoft.com/blog/2010/04/12/the-lithium-blog-tutorial-part-1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-lithium-blog-tutorial-part-1</link>
		<comments>http://www.sanisoft.com/blog/2010/04/12/the-lithium-blog-tutorial-part-1/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 04:11:11 +0000</pubDate>
		<dc:creator>Aditya Mooley</dc:creator>
				<category><![CDATA[Lithium]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=878</guid>
		<description><![CDATA[Lithium is a lightweight, fast, flexible framework for PHP 5.3+. It is still in dev release state but is under active development. This post, as the title suggests, is to introduce you to this new framework using the typical blog tutorial. Getting started The first thing is to get the Lithium source code. You can [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2010/04/12/the-lithium-blog-tutorial-part-1/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Related tags, search by tags in Cheesecake-Photoblog</title>
		<link>http://www.sanisoft.com/blog/2007/07/18/related-tags-search-by-tags-in-cheesecake-photoblog/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=related-tags-search-by-tags-in-cheesecake-photoblog</link>
		<comments>http://www.sanisoft.com/blog/2007/07/18/related-tags-search-by-tags-in-cheesecake-photoblog/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 07:09:25 +0000</pubDate>
		<dc:creator>Tarique Sani</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Cheesecake]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/blog/2007/07/18/related-tags-search-by-tags-in-cheesecake-photoblog/</guid>
		<description><![CDATA[An often repeated question on the CakePHP Group relates to filtering hasAndBelongsToMany associations or finding related hasAndBelongsToMany associations. To give a real life example and make it more clear - In Cheesecake-Photoblog a photo has and belongs to many tags. Simple tasks like finding all tags that belong to a photo or all photos that [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2007/07/18/related-tags-search-by-tags-in-cheesecake-photoblog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP Model&#8217;s created / modified gotcha!</title>
		<link>http://www.sanisoft.com/blog/2007/06/15/cakephp-models-created-modified-gotcha/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cakephp-models-created-modified-gotcha</link>
		<comments>http://www.sanisoft.com/blog/2007/06/15/cakephp-models-created-modified-gotcha/#comments</comments>
		<pubDate>Fri, 15 Jun 2007 05:10:03 +0000</pubDate>
		<dc:creator>Abbas Ali</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/blog/2007/06/15/cakephp-models-created-modified-gotcha/</guid>
		<description><![CDATA[OK! this post should more appropriately be named "Disparate behavior of DATETIME field between MySql versions" and is none of CakePHP's fault in fact no one is to blame other than perhaps MySQL and myself but such things happen to almost everyone once in a while. CakePHP does a lot of things 'automagically' - one [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2007/06/15/cakephp-models-created-modified-gotcha/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

