<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>DigiMantra &#187; MySQL</title>
	<atom:link href="http://www.digimantra.com/category/technology/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digimantra.com</link>
	<description>Technology tips for all</description>
	<lastBuildDate>Fri, 30 Dec 2011 21:13:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://www.digimantra.com/?pushpress=hub'/>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>mysql.sock path in Mac OS X</title>
		<link>http://www.digimantra.com/technology/mysql/mysql-sock-path-mac-os-x/</link>
		<comments>http://www.digimantra.com/technology/mysql/mysql-sock-path-mac-os-x/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 20:20:43 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[socket]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=4411</guid>
		<description><![CDATA[The default path on which the MySQL starts is service is different from the one defined in PHP. There are two ways to correct it, read more..<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/howto/enable-apache-php-in-mac-os-x/" rel="bookmark">Enable Apache,PHP in Mac OS X</a><!-- (21.7)--></li>
		<li><a href="http://www.digimantra.com/technology/mysql/reset-lost-mysql-password/" rel="bookmark">How to reset lost MySQL password</a><!-- (16.9)--></li>
		<li><a href="http://www.digimantra.com/technology/mysql/enable-query-cache-mysql-improve-performance/" rel="bookmark">Enable query cache in MySQL to improve performance</a><!-- (16.6)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/technology/mysql/mysql-sock-path-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to reset lost MySQL password</title>
		<link>http://www.digimantra.com/technology/mysql/reset-lost-mysql-password/</link>
		<comments>http://www.digimantra.com/technology/mysql/reset-lost-mysql-password/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 21:15:06 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=3934</guid>
		<description><![CDATA[how you can rest a lost MySQL password. Using this procedure you can reset the lost password of root or any other MySQL user. The best part is, it only resets the password, keeping your tables and data inside them quite safe.<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/open-source/ubuntu/install-mysql-server-5-ubuntu-adding-support-php/" rel="bookmark">Install MySQL Server 5 on Ubuntu and adding support to PHP</a><!-- (18.2)--></li>
		<li><a href="http://www.digimantra.com/technology/mysql/memory-or-heap-storage-engine-in-mysql/" rel="bookmark">Memory(heap) Storage engine in MySQL</a><!-- (16)--></li>
		<li><a href="http://www.digimantra.com/technology/mysql/enable-query-cache-mysql-improve-performance/" rel="bookmark">Enable query cache in MySQL to improve performance</a><!-- (15.1)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/technology/mysql/reset-lost-mysql-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL: Increment an existing record in the table</title>
		<link>http://www.digimantra.com/technology/mysql/mysql-increment-existing-record-table/</link>
		<comments>http://www.digimantra.com/technology/mysql/mysql-increment-existing-record-table/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 19:40:21 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=3683</guid>
		<description><![CDATA[MySQL: Increment or Decrement an existing record in the table.<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/interview-or-q-a/delete-duplicate-entriesrowsvalues-in-mysql-table-in-one-query/" rel="bookmark">Delete duplicate entries/rows/values in mysql table in one query</a><!-- (16.1)--></li>
		<li><a href="http://www.digimantra.com/tutorials/insert-update-single-mysql-query-duplicate-key/" rel="bookmark">Insert and update in single mysql query using on duplicate key</a><!-- (12.3)--></li>
		<li><a href="http://www.digimantra.com/technology/mysql/enable-query-cache-mysql-improve-performance/" rel="bookmark">Enable query cache in MySQL to improve performance</a><!-- (12.2)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/technology/mysql/mysql-increment-existing-record-table/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL Optimization from a developer&#8217;s point of view</title>
		<link>http://www.digimantra.com/technology/mysql/mysql-optimization-developers-point-view/</link>
		<comments>http://www.digimantra.com/technology/mysql/mysql-optimization-developers-point-view/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 18:23:12 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[events]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=3627</guid>
		<description><![CDATA[Undoubtedly a Web Application’s backbone is a database. Apparently, the Web Application’s performance is dependent on the database’s overall performance. However, some developers blame Database Administrators for non-performing of the web application to the end user.<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/open-source/ubuntu/install-mysql-server-5-ubuntu-adding-support-php/" rel="bookmark">Install MySQL Server 5 on Ubuntu and adding support to PHP</a><!-- (10)--></li>
		<li><a href="http://www.digimantra.com/tutorials/difference-between-innodb-and-myisam-in-mysql/" rel="bookmark">Difference between InnoDB and MyISAM in MySQL</a><!-- (9.9)--></li>
		<li><a href="http://www.digimantra.com/technology/mysql/memory-or-heap-storage-engine-in-mysql/" rel="bookmark">Memory(heap) Storage engine in MySQL</a><!-- (9.7)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/technology/mysql/mysql-optimization-developers-point-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Difference between InnoDB and MyISAM in MySQL</title>
		<link>http://www.digimantra.com/tutorials/difference-between-innodb-and-myisam-in-mysql/</link>
		<comments>http://www.digimantra.com/tutorials/difference-between-innodb-and-myisam-in-mysql/#comments</comments>
		<pubDate>Sun, 14 Nov 2010 19:02:29 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=3213</guid>
		<description><![CDATA[MyISAM and InnoDB are two most commonly used storage engines of MySQL database. However, MyISAM is the default storage engine chosen by MySQL database, when creating a new table. The major differences between these two storage engines are : InnoDB supports transactions which is not supported by tables which use MyISAM storage engine. InnoDB has [...]<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/technology/mysql/memory-or-heap-storage-engine-in-mysql/" rel="bookmark">Memory(heap) Storage engine in MySQL</a><!-- (26.6)--></li>
		<li><a href="http://www.digimantra.com/technology/mysql/difference-truncate-delete-mysql/" rel="bookmark">Difference between truncate and delete in mysql</a><!-- (17.1)--></li>
		<li><a href="http://www.digimantra.com/technology/mysql/reset-lost-mysql-password/" rel="bookmark">How to reset lost MySQL password</a><!-- (15.3)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/tutorials/difference-between-innodb-and-myisam-in-mysql/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Enable query cache in MySQL to improve performance</title>
		<link>http://www.digimantra.com/technology/mysql/enable-query-cache-mysql-improve-performance/</link>
		<comments>http://www.digimantra.com/technology/mysql/enable-query-cache-mysql-improve-performance/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 14:55:26 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=3177</guid>
		<description><![CDATA[Learn how to enable query cache in MySQL and how it helps to improve performance.<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/interview-or-q-a/delete-duplicate-entriesrowsvalues-in-mysql-table-in-one-query/" rel="bookmark">Delete duplicate entries/rows/values in mysql table in one query</a><!-- (19.7)--></li>
		<li><a href="http://www.digimantra.com/tutorials/insert-update-single-mysql-query-duplicate-key/" rel="bookmark">Insert and update in single mysql query using on duplicate key</a><!-- (17.5)--></li>
		<li><a href="http://www.digimantra.com/technology/mysql/reset-lost-mysql-password/" rel="bookmark">How to reset lost MySQL password</a><!-- (16.9)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/technology/mysql/enable-query-cache-mysql-improve-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install MySQL Server 5 on Ubuntu and adding support to PHP</title>
		<link>http://www.digimantra.com/open-source/ubuntu/install-mysql-server-5-ubuntu-adding-support-php/</link>
		<comments>http://www.digimantra.com/open-source/ubuntu/install-mysql-server-5-ubuntu-adding-support-php/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 17:58:34 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=2966</guid>
		<description><![CDATA[Install MySQL Server 5 on Ubuntu and adding support to PHP<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/linux/install-ftp-server-on-ubuntu-using-vsftpd/" rel="bookmark">Install FTP server on Ubuntu using vsftpd</a><!-- (26.5)--></li>
		<li><a href="http://www.digimantra.com/linux/add-php-gd-support-apache-ubuntu-linux/" rel="bookmark">Add PHP GD support to apache in Ubuntu Linux</a><!-- (25.7)--></li>
		<li><a href="http://www.digimantra.com/open-source/ubuntu/install-netbeans-ubuntu/" rel="bookmark">Install Netbeans in Ubuntu</a><!-- (19.7)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/open-source/ubuntu/install-mysql-server-5-ubuntu-adding-support-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memory(heap) Storage engine in MySQL</title>
		<link>http://www.digimantra.com/technology/mysql/memory-or-heap-storage-engine-in-mysql/</link>
		<comments>http://www.digimantra.com/technology/mysql/memory-or-heap-storage-engine-in-mysql/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 18:46:40 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=2856</guid>
		<description><![CDATA[What is Memory(heap) Storage engine in MySQL ? Why should we use it and what are the pros/cons of using Memory Storage engine.<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/tutorials/difference-between-innodb-and-myisam-in-mysql/" rel="bookmark">Difference between InnoDB and MyISAM in MySQL</a><!-- (23.5)--></li>
		<li><a href="http://www.digimantra.com/technology/mysql/reset-lost-mysql-password/" rel="bookmark">How to reset lost MySQL password</a><!-- (14.8)--></li>
		<li><a href="http://www.digimantra.com/interview-or-q-a/delete-duplicate-entriesrowsvalues-in-mysql-table-in-one-query/" rel="bookmark">Delete duplicate entries/rows/values in mysql table in one query</a><!-- (10.6)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/technology/mysql/memory-or-heap-storage-engine-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transfer database from one host to other using mysqldump  and shell</title>
		<link>http://www.digimantra.com/technology/mysql/transfer-database-host-mysqldump-shell/</link>
		<comments>http://www.digimantra.com/technology/mysql/transfer-database-host-mysqldump-shell/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 18:20:27 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=2323</guid>
		<description><![CDATA[How to transfer mysql database using mysql command line.<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/linux/how-to-make-shell-or-sh-bin-file-executable-in-ubuntu/" rel="bookmark">How to make shell or sh , bin file executable in ubuntu</a><!-- (9.6)--></li>
		<li><a href="http://www.digimantra.com/technology/apache/restart-apache-server-shell/" rel="bookmark">How to restart Apache server from shell</a><!-- (8.7)--></li>
		<li><a href="http://www.digimantra.com/technology/mysql/enable-query-cache-mysql-improve-performance/" rel="bookmark">Enable query cache in MySQL to improve performance</a><!-- (8.5)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/technology/mysql/transfer-database-host-mysqldump-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Difference between truncate and delete in mysql</title>
		<link>http://www.digimantra.com/technology/mysql/difference-truncate-delete-mysql/</link>
		<comments>http://www.digimantra.com/technology/mysql/difference-truncate-delete-mysql/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 18:36:40 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=1720</guid>
		<description><![CDATA[Difference between Truncate and delete command in MySQL<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/interview-or-q-a/delete-duplicate-entriesrowsvalues-in-mysql-table-in-one-query/" rel="bookmark">Delete duplicate entries/rows/values in mysql table in one query</a><!-- (19.9)--></li>
		<li><a href="http://www.digimantra.com/tutorials/difference-between-innodb-and-myisam-in-mysql/" rel="bookmark">Difference between InnoDB and MyISAM in MySQL</a><!-- (17.2)--></li>
		<li><a href="http://www.digimantra.com/tutorials/insert-update-single-mysql-query-duplicate-key/" rel="bookmark">Insert and update in single mysql query using on duplicate key</a><!-- (15.4)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/technology/mysql/difference-truncate-delete-mysql/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Insert and update in single mysql query using on duplicate key</title>
		<link>http://www.digimantra.com/tutorials/insert-update-single-mysql-query-duplicate-key/</link>
		<comments>http://www.digimantra.com/tutorials/insert-update-single-mysql-query-duplicate-key/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 20:36:46 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.digimantra.com/?p=646</guid>
		<description><![CDATA[Hey Guys, Let me first explain you the scenario in which more likely you can use this type of query. A generic scenario would be that  you are inserting data into a table and along with this you want to update a counter which is nothing but a field in the same table. More precisely [...]<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/interview-or-q-a/delete-duplicate-entriesrowsvalues-in-mysql-table-in-one-query/" rel="bookmark">Delete duplicate entries/rows/values in mysql table in one query</a><!-- (28.4)--></li>
		<li><a href="http://www.digimantra.com/technology/mysql/difference-truncate-delete-mysql/" rel="bookmark">Difference between truncate and delete in mysql</a><!-- (19.2)--></li>
		<li><a href="http://www.digimantra.com/technology/mysql/enable-query-cache-mysql-improve-performance/" rel="bookmark">Enable query cache in MySQL to improve performance</a><!-- (18.9)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/tutorials/insert-update-single-mysql-query-duplicate-key/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Delete duplicate entries/rows/values in mysql table in one query</title>
		<link>http://www.digimantra.com/interview-or-q-a/delete-duplicate-entriesrowsvalues-in-mysql-table-in-one-query/</link>
		<comments>http://www.digimantra.com/interview-or-q-a/delete-duplicate-entriesrowsvalues-in-mysql-table-in-one-query/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 05:55:55 +0000</pubDate>
		<dc:creator>Sachin Khosla</dc:creator>
				<category><![CDATA[interview or Q & A]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://realin.co.in/?p=147</guid>
		<description><![CDATA[Hi all, During my starting phase of career, i faced several challenging questions (being a fresher at that time). I wanted to share this one as simple as pie but can be difficult at times if you do not know how to do it. Question can be : How can you delete or remove duplicate [...]<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.digimantra.com/tutorials/insert-update-single-mysql-query-duplicate-key/" rel="bookmark">Insert and update in single mysql query using on duplicate key</a><!-- (25)--></li>
		<li><a href="http://www.digimantra.com/technology/mysql/mysql-increment-existing-record-table/" rel="bookmark">MySQL: Increment an existing record in the table</a><!-- (17.7)--></li>
		<li><a href="http://www.digimantra.com/technology/mysql/difference-truncate-delete-mysql/" rel="bookmark">Difference between truncate and delete in mysql</a><!-- (16.2)--></li>
	</ol>
]]></description>
		<wfw:commentRss>http://www.digimantra.com/interview-or-q-a/delete-duplicate-entriesrowsvalues-in-mysql-table-in-one-query/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

