<?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>Varun on the Web &#187; Databases</title>
	<atom:link href="http://varunkrish.com/category/databases/feed" rel="self" type="application/rss+xml" />
	<link>http://varunkrish.com</link>
	<description>Web Technologist Blog</description>
	<lastBuildDate>Mon, 01 Mar 2010 09:59:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Client does not support authentication protocol requested by server; consider upgrading MySQL client</title>
		<link>http://varunkrish.com/client-does-not-support-authentication-protocol-requested-by-server-consider-upgrading-mysql-client.html</link>
		<comments>http://varunkrish.com/client-does-not-support-authentication-protocol-requested-by-server-consider-upgrading-mysql-client.html#comments</comments>
		<pubDate>Sat, 15 Sep 2007 20:11:03 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[Databases]]></category>

		<guid isPermaLink="false">http://varunkrish.com/client-does-not-support-authentication-protocol-requested-by-server-consider-upgrading-mysql-client.html</guid>
		<description><![CDATA[Got this irritating message when I was working with a simple PHP /mysql app i was trying out
Client does not support authentication protocol requested by server; consider upgrading MySQL client
I just changed the database username for theÂ  application and the error went missing
http://dev.mysql.com/doc/refman/5.0/en/old-client.html has some thoughts on the same]]></description>
		<wfw:commentRss>http://varunkrish.com/client-does-not-support-authentication-protocol-requested-by-server-consider-upgrading-mysql-client.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL.com gets redesigned, MySQL 6.0 Alpha available</title>
		<link>http://varunkrish.com/mysqlcom-gets-redesigned-mysql-60-alpha-available.html</link>
		<comments>http://varunkrish.com/mysqlcom-gets-redesigned-mysql-60-alpha-available.html#comments</comments>
		<pubDate>Sun, 09 Sep 2007 12:06:50 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://varunkrish.com/mysqlcom-gets-redesigned-mysql-60-alpha-available.html</guid>
		<description><![CDATA[
MySQL.com has got a facelift.Â  But IM not too impressed with the design. I would say the previous design was better and more readable.
MySQL 6.0Â   Alpha with the new Falcon storage engine is available for download]]></description>
		<wfw:commentRss>http://varunkrish.com/mysqlcom-gets-redesigned-mysql-60-alpha-available.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL 5 migration issue auto_increment property goes missing</title>
		<link>http://varunkrish.com/mysql-5-migration-issue-auto_increment-property-goes-missing.html</link>
		<comments>http://varunkrish.com/mysql-5-migration-issue-auto_increment-property-goes-missing.html#comments</comments>
		<pubDate>Sun, 27 May 2007 11:32:48 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Databases]]></category>

		<guid isPermaLink="false">http://varunkrish.com/mysql-5-migration-issue-auto_increment-property-goes-missing.html</guid>
		<description><![CDATA[I was migrating a simple MySQL database from my PC to my Web server.
I was stuck when I could not add records to my table . MySQl threw a duplicate value for primary key error.
I was able to add records to my table in the local database in my PC though.
When I compared the two [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/mysql-5-migration-issue-auto_increment-property-goes-missing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Object Relational Mapping and  Active Record Design Pattern</title>
		<link>http://varunkrish.com/object-relational-mapping-and-active-record-design-pattern.html</link>
		<comments>http://varunkrish.com/object-relational-mapping-and-active-record-design-pattern.html#comments</comments>
		<pubDate>Tue, 08 May 2007 09:48:16 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Databases]]></category>

		<guid isPermaLink="false">http://varunkrish.com/object-relational-mapping-and-active-record-design-pattern.html</guid>
		<description><![CDATA[Object Relational Mapping ORM is a programming approach to handle data between the Database and the Object Oriented Language ex: .Net , PHP5 , Ruby on Rails, Python etc. I m writing in the context of Web Applications alone.
You might have come accross the term RAD &#8211; Rapid Application Development. ORM is a tool which [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/object-relational-mapping-and-active-record-design-pattern.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Things I hate about MySQL</title>
		<link>http://varunkrish.com/10-things-i-hate-about-mysql.html</link>
		<comments>http://varunkrish.com/10-things-i-hate-about-mysql.html#comments</comments>
		<pubDate>Mon, 11 Dec 2006 06:12:02 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://varunkrish.com/10-things-i-hate-about-mysql.html</guid>
		<description><![CDATA[My last post about MySQL was about the 10 things i like about it.
After using SQL Server there are somethings I hate about MySQL.
Support for Views only in version 5+

Support for Stored Procs only in version 5+
Triggers support only in version 5+ 
Lack of a Complete GUI
Lack of built in XML support
Increased development time
Slow when [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/10-things-i-hate-about-mysql.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>10 Things I like about MySQL</title>
		<link>http://varunkrish.com/10-things-i-like-about-mysql.html</link>
		<comments>http://varunkrish.com/10-things-i-like-about-mysql.html#comments</comments>
		<pubDate>Thu, 07 Dec 2006 09:57:39 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://varunkrish.com/10-things-i-like-about-mysql.html</guid>
		<description><![CDATA[I have worked quite a few databases but most frequently land up using MySQL.
I have been working a lot on SQL Server 2005 recently at work.
Some things I love about MySQL are as follows.
High Speed of Operation
If you are talking about high speed database access and operation, there&#8217;s no better choice. MySQL became popular mainly [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/10-things-i-like-about-mysql.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL SHOW TABLES shows Views also</title>
		<link>http://varunkrish.com/mysql-show-tables-shows-views-also.html</link>
		<comments>http://varunkrish.com/mysql-show-tables-shows-views-also.html#comments</comments>
		<pubDate>Sat, 28 Oct 2006 14:26:45 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysql5]]></category>

		<guid isPermaLink="false">http://varunkrish.com/mysql-show-tables-shows-views-also.html</guid>
		<description><![CDATA[I had a problem with getting the list of the tables in a mysql db.
MySQL 5.0 offers Views so the usual
SHOW TABLES
is not accurate
Used this to get the tables alone 
SHOW  FULL  TABLES  WHERE Table_type =  &#8216;BASE TABLE&#8217; ]]></description>
		<wfw:commentRss>http://varunkrish.com/mysql-show-tables-shows-views-also.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Indexes</title>
		<link>http://varunkrish.com/mysql-indexes.html</link>
		<comments>http://varunkrish.com/mysql-indexes.html#comments</comments>
		<pubDate>Sun, 17 Sep 2006 17:41:18 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[indexes]]></category>
		<category><![CDATA[indexing]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://varunkrish.com/mysql-indexes.html</guid>
		<description><![CDATA[Today I was playing with my pet site FoneArena.com
Was figuring out ways of improving the site. And I had not added some highly accessed columns in a table as Indexes.
So i checked out what diff a query was going to make with and without an Index.
consider this simple query :
[code lang="SQL"]
SELECT Distinct col from table [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/mysql-indexes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back to MySQL command line after a long time</title>
		<link>http://varunkrish.com/back-to-mysql-command-line-after-a-long-time.html</link>
		<comments>http://varunkrish.com/back-to-mysql-command-line-after-a-long-time.html#comments</comments>
		<pubDate>Fri, 01 Sep 2006 04:34:26 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysql5.0]]></category>
		<category><![CDATA[mysqldump]]></category>

		<guid isPermaLink="false">http://varunkrish.com/back-to-mysql-command-line-after-a-long-time.html</guid>
		<description><![CDATA[Its been a long while since i have actually used the mysql command line client..
Thanks to phpmyadmin which i have been using for the past 2 years.
phpMyadmin does many things without troubling me.
I had a problem renaming a database and I found out that mysql does not have rename database statement until MySQL 5.1.7.
so what [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/back-to-mysql-command-line-after-a-long-time.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Stored Procedures in MySQL 5</title>
		<link>http://varunkrish.com/stored-procedures-in-mysql-5.html</link>
		<comments>http://varunkrish.com/stored-procedures-in-mysql-5.html#comments</comments>
		<pubDate>Sun, 05 Mar 2006 08:29:48 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[5]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysql5]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[procedures]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[stored]]></category>

		<guid isPermaLink="false">http://varun.vk123.com/2006/03/05/stored-procedures-in-mysql-5/</guid>
		<description><![CDATA[Stored Procedures at last in version 5 of MySQL.
Often people from the SQL Server world would downplay MySQL saying that it lacks views and stored procedures which have been present in the MS world and the PostgreSQL world for a long time.
With the latest version of 5.0.18       MySQL has [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/stored-procedures-in-mysql-5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
