<?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>Rambling Thoughts &#187; MySql</title>
	<atom:link href="http://www.nikhilsheth.net/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nikhilsheth.net</link>
	<description>Nikhil Sheth on life, technology and everything in between</description>
	<lastBuildDate>Fri, 05 Mar 2010 09:56:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Last inserted ID in MYSQL</title>
		<link>http://www.nikhilsheth.net/2009/12/15/last-inserted-id-in-mysql/</link>
		<comments>http://www.nikhilsheth.net/2009/12/15/last-inserted-id-in-mysql/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 04:58:51 +0000</pubDate>
		<dc:creator>Nikhil Sheth</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[MySql]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[last inserted ID]]></category>

		<guid isPermaLink="false">http://www.nikhilsheth.net/?p=499</guid>
		<description><![CDATA[Whenever you are doing multiple inserts in a single INSERT query, LAST_INSERT_ID() OR mysql_insert_id will return you id for the first insert of the query and not the last. So take care while doing multiple inserts in a single query. A work around would be, you get the value of last inserted ID and add [...]


Related posts:<ol><li><a href='http://www.nikhilsheth.net/2009/03/28/mysql-admin-and-development-tools/' rel='bookmark' title='Permanent Link: MySQL Admin and Development Tools'>MySQL Admin and Development Tools</a></li>
<li><a href='http://www.nikhilsheth.net/2009/07/24/automated-mysql-backups-phpmybackuppro/' rel='bookmark' title='Permanent Link: Automated MySQL Backups: phpMyBackupPro'>Automated MySQL Backups: phpMyBackupPro</a></li>
<li><a href='http://www.nikhilsheth.net/2009/05/27/mysql-events/' rel='bookmark' title='Permanent Link: MySQL Events'>MySQL Events</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.nikhilsheth.net/2009/12/15/last-inserted-id-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Librarian</title>
		<link>http://www.nikhilsheth.net/2009/07/29/mysql-librarian/</link>
		<comments>http://www.nikhilsheth.net/2009/07/29/mysql-librarian/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 08:50:11 +0000</pubDate>
		<dc:creator>Nikhil Sheth</dc:creator>
				<category><![CDATA[MySql]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[MySQL Librarian]]></category>

		<guid isPermaLink="false">http://www.nikhilsheth.net/?p=399</guid>
		<description><![CDATA[The MySQL Librarian is an initiative aimed to collect links to the best MySQL-related material on the web.
The MySQL Librarian initiative is very young, at the moment there are about 217 items, 140 of them are presentations, 33 videos plus pictures and books. We need to wait for sometime before seeing if this new initiative [...]


Related posts:<ol><li><a href='http://www.nikhilsheth.net/2009/04/20/oracle-sun-what-will-be-the-fate-of-mysql/' rel='bookmark' title='Permanent Link: Oracle-Sun: What will be the fate of MySQL?'>Oracle-Sun: What will be the fate of MySQL?</a></li>
<li><a href='http://www.nikhilsheth.net/2009/03/28/mysql-admin-and-development-tools/' rel='bookmark' title='Permanent Link: MySQL Admin and Development Tools'>MySQL Admin and Development Tools</a></li>
<li><a href='http://www.nikhilsheth.net/2009/05/27/mysql-events/' rel='bookmark' title='Permanent Link: MySQL Events'>MySQL Events</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.nikhilsheth.net/2009/07/29/mysql-librarian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automated MySQL Backups: phpMyBackupPro</title>
		<link>http://www.nikhilsheth.net/2009/07/24/automated-mysql-backups-phpmybackuppro/</link>
		<comments>http://www.nikhilsheth.net/2009/07/24/automated-mysql-backups-phpmybackuppro/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 11:28:14 +0000</pubDate>
		<dc:creator>Nikhil Sheth</dc:creator>
				<category><![CDATA[MySql]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[mysql backup]]></category>

		<guid isPermaLink="false">http://www.nikhilsheth.net/?p=387</guid>
		<description><![CDATA[phpMyBackupPro is an open source application for taking scheduled backups of MySQL databases &#38; FTP files.
It offers a flexible usage as backup jobs of multiple databases/files from multiple servers can be scheduled, completed &#38; compressed.
Backups can be taken to any location including remote FTP servers.
Besides taking backups, phpMyBackupPro can restore &#38; e-mail backups. As a third [...]


Related posts:<ol><li><a href='http://www.nikhilsheth.net/2009/03/28/mysql-admin-and-development-tools/' rel='bookmark' title='Permanent Link: MySQL Admin and Development Tools'>MySQL Admin and Development Tools</a></li>
<li><a href='http://www.nikhilsheth.net/2008/10/11/free-remote-desktop-sharing-applications/' rel='bookmark' title='Permanent Link: Free Remote Desktop Sharing Applications'>Free Remote Desktop Sharing Applications</a></li>
<li><a href='http://www.nikhilsheth.net/2009/12/15/last-inserted-id-in-mysql/' rel='bookmark' title='Permanent Link: Last inserted ID in MYSQL'>Last inserted ID in MYSQL</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.nikhilsheth.net/2009/07/24/automated-mysql-backups-phpmybackuppro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Events</title>
		<link>http://www.nikhilsheth.net/2009/05/27/mysql-events/</link>
		<comments>http://www.nikhilsheth.net/2009/05/27/mysql-events/#comments</comments>
		<pubDate>Wed, 27 May 2009 06:19:34 +0000</pubDate>
		<dc:creator>Nikhil Sheth</dc:creator>
				<category><![CDATA[MySql]]></category>
		<category><![CDATA[mysql events]]></category>

		<guid isPermaLink="false">http://www.nikhilsheth.net/?p=304</guid>
		<description><![CDATA[What are MySQL Events?
Events are just like cronjobs in Linux or or task scheduler in windows.
They are similar to triggers but it fires at particular time or periodically. You have flexibility of setting start date and end date too. MySQL supports Event from version 5.1.6 onwards.

CREATE EVENT [ IF NOT EXISTS ] event_name
ON SCHEDULE schedule
[ [...]


Related posts:<ol><li><a href='http://www.nikhilsheth.net/2009/04/20/oracle-sun-what-will-be-the-fate-of-mysql/' rel='bookmark' title='Permanent Link: Oracle-Sun: What will be the fate of MySQL?'>Oracle-Sun: What will be the fate of MySQL?</a></li>
<li><a href='http://www.nikhilsheth.net/2009/07/29/mysql-librarian/' rel='bookmark' title='Permanent Link: MySQL Librarian'>MySQL Librarian</a></li>
<li><a href='http://www.nikhilsheth.net/2009/03/28/mysql-admin-and-development-tools/' rel='bookmark' title='Permanent Link: MySQL Admin and Development Tools'>MySQL Admin and Development Tools</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.nikhilsheth.net/2009/05/27/mysql-events/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Admin and Development Tools</title>
		<link>http://www.nikhilsheth.net/2009/03/28/mysql-admin-and-development-tools/</link>
		<comments>http://www.nikhilsheth.net/2009/03/28/mysql-admin-and-development-tools/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 16:56:53 +0000</pubDate>
		<dc:creator>Nikhil Sheth</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[MySql]]></category>

		<guid isPermaLink="false">http://www.nikhilsheth.net/?p=228</guid>
		<description><![CDATA[The most popular and best open source database is MySQL. Simple as that. It is consistently fast , reliabile and very, very easy to use. One of MySQLs main features is its cross-platform support, it will run on almost all operating systems, including Windows, OSX, Linux and many more. So, MySQL is the best database, [...]


Related posts:<ol><li><a href='http://www.nikhilsheth.net/2009/12/16/dummy-data-generators/' rel='bookmark' title='Permanent Link: Dummy Data Generators'>Dummy Data Generators</a></li>
<li><a href='http://www.nikhilsheth.net/2009/04/20/oracle-sun-what-will-be-the-fate-of-mysql/' rel='bookmark' title='Permanent Link: Oracle-Sun: What will be the fate of MySQL?'>Oracle-Sun: What will be the fate of MySQL?</a></li>
<li><a href='http://www.nikhilsheth.net/2009/07/24/automated-mysql-backups-phpmybackuppro/' rel='bookmark' title='Permanent Link: Automated MySQL Backups: phpMyBackupPro'>Automated MySQL Backups: phpMyBackupPro</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.nikhilsheth.net/2009/03/28/mysql-admin-and-development-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
