<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Fanatical Solutions</title>
	<atom:link href="http://www.fanaticalsolutions.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fanaticalsolutions.com</link>
	<description>Challenge The Limits</description>
	<lastBuildDate>Tue, 11 Aug 2009 10:12:28 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Archiving Files at the Shell Prompt by Kamlesh Gajbhiye</title>
		<link>http://www.fanaticalsolutions.com/2009/08/11/archiving-files-at-the-shell-prompt/comment-page-1/#comment-11</link>
		<dc:creator>Kamlesh Gajbhiye</dc:creator>
		<pubDate>Tue, 11 Aug 2009 10:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.fanaticalsolutions.com/?p=345#comment-11</guid>
		<description>The tar command is so helpful for me. I can compress the folders to more than 10 times now.

Thanks a lot..</description>
		<content:encoded><![CDATA[<p>The tar command is so helpful for me. I can compress the folders to more than 10 times now.</p>
<p>Thanks a lot..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Back Up and Restore a MySQL Database by Vivek Choudhari</title>
		<link>http://www.fanaticalsolutions.com/2009/07/23/how-to-back-up-and-restore-a-mysql-database/comment-page-1/#comment-9</link>
		<dc:creator>Vivek Choudhari</dc:creator>
		<pubDate>Thu, 23 Jul 2009 13:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.fanaticalsolutions.com/?p=322#comment-9</guid>
		<description>The above commands works well when the storage type of database is MyISAM but for INNODB type of database which support referential integrity we need to add the option &lt;code&gt;--single-transaction&lt;/code&gt; 

&lt;code&gt;mysqldump --single-transaction --quick -u [uname] -p [dbname] &gt; [backupfile.sql]&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>The above commands works well when the storage type of database is MyISAM but for INNODB type of database which support referential integrity we need to add the option <code>--single-transaction</code> </p>
<p><code>mysqldump --single-transaction --quick -u [uname] -p [dbname] &gt; [backupfile.sql]</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
