<?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 on: MySQL Database Backup using mysqldump command.</title> <atom:link href="http://viralpatel.net/blogs/2009/01/mysql-database-backup-mysql-mysqldump-backup-command.html/feed" rel="self" type="application/rss+xml" /><link>http://viralpatel.net/blogs/2009/01/mysql-database-backup-mysql-mysqldump-backup-command.html</link> <description>Tutorials, Java, J2EE, Struts, AJAX, JavaScript, CSS, Web 2.0, MySQL, Articles</description> <lastBuildDate>Wed, 16 May 2012 17:16:20 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Kuldeep Singh</title><link>http://viralpatel.net/blogs/2009/01/mysql-database-backup-mysql-mysqldump-backup-command.html/comment-page-1#comment-26429</link> <dc:creator>Kuldeep Singh</dc:creator> <pubDate>Sat, 24 Mar 2012 13:45:19 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=663#comment-26429</guid> <description>Your article are really awesome. Actually I was in search for some good articles on MySQL Database Backup file and finally I got one. The most important thing of this article is simplicity and understandable. You&#039;ve elaborate it very well. Check this links too it also having good explanation on MySQL database backup..... http://mindstick.com/Blog/239/How%20to%20Back%20Up%20and%20Restore%20a%20MySQL%20Databasehttp://stackoverflow.com/questions/823841/mysql-backup-and-restore-from-command-lineThanks Everyone for your valuable post!</description> <content:encoded><![CDATA[<p>Your article are really awesome. Actually I was in search for some good articles on MySQL Database Backup file and finally I got one.<br /> The most important thing of this article is simplicity and understandable. You&#8217;ve elaborate it very well. Check this links too it also having good explanation on MySQL database backup&#8230;..<br /> <a href="http://mindstick.com/Blog/239/How%20to%20Back%20Up%20and%20Restore%20a%20MySQL%20Database" rel="nofollow">http://mindstick.com/Blog/239/How%20to%20Back%20Up%20and%20Restore%20a%20MySQL%20Database</a></p><p><a href="http://stackoverflow.com/questions/823841/mysql-backup-and-restore-from-command-line" rel="nofollow">http://stackoverflow.com/questions/823841/mysql-backup-and-restore-from-command-line</a></p><p>Thanks Everyone for your valuable post!</p> ]]></content:encoded> </item> <item><title>By: Neo Cambell</title><link>http://viralpatel.net/blogs/2009/01/mysql-database-backup-mysql-mysqldump-backup-command.html/comment-page-1#comment-26322</link> <dc:creator>Neo Cambell</dc:creator> <pubDate>Tue, 13 Mar 2012 00:57:07 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=663#comment-26322</guid> <description>Very nice explanation.</description> <content:encoded><![CDATA[<p>Very nice explanation.</p> ]]></content:encoded> </item> <item><title>By: pranav</title><link>http://viralpatel.net/blogs/2009/01/mysql-database-backup-mysql-mysqldump-backup-command.html/comment-page-1#comment-26186</link> <dc:creator>pranav</dc:creator> <pubDate>Wed, 29 Feb 2012 06:14:05 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=663#comment-26186</guid> <description>thanks a lot  this helped me lot</description> <content:encoded><![CDATA[<p>thanks a lot  this helped me lot</p> ]]></content:encoded> </item> <item><title>By: Atul Goyal</title><link>http://viralpatel.net/blogs/2009/01/mysql-database-backup-mysql-mysqldump-backup-command.html/comment-page-1#comment-24117</link> <dc:creator>Atul Goyal</dc:creator> <pubDate>Thu, 12 Jan 2012 12:38:37 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=663#comment-24117</guid> <description>Dear I am using IBatis with Spring 3.0 for database for a web applicantion . Now can anyone tell me how can i take the back up of database ?</description> <content:encoded><![CDATA[<p>Dear I am using IBatis with Spring 3.0 for database for a web applicantion . Now can anyone tell me how can i take the back up of database ?</p> ]]></content:encoded> </item> <item><title>By: Alejandro Arauz</title><link>http://viralpatel.net/blogs/2009/01/mysql-database-backup-mysql-mysqldump-backup-command.html/comment-page-1#comment-16661</link> <dc:creator>Alejandro Arauz</dc:creator> <pubDate>Mon, 17 Oct 2011 17:18:26 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=663#comment-16661</guid> <description>The only problem with the mysqldump command is that you need privileges to execute this command on the server. I had this problem before in a shared enviroment and I found this tool: MySQLBackupFTP (http://mysqlbackupftp.com). It has a free version that allows you to connect to MySQL through phpMyAdmin so you don&#039;t need admin access to the server. I hope this help others with the same problem.</description> <content:encoded><![CDATA[<p>The only problem with the mysqldump command is that you need privileges to execute this command on the server. I had this problem before in a shared enviroment and I found this tool: MySQLBackupFTP (<a href="http://mysqlbackupftp.com" rel="nofollow">http://mysqlbackupftp.com</a>). It has a free version that allows you to connect to MySQL through phpMyAdmin so you don&#8217;t need admin access to the server. I hope this help others with the same problem.</p> ]]></content:encoded> </item> <item><title>By: raj</title><link>http://viralpatel.net/blogs/2009/01/mysql-database-backup-mysql-mysqldump-backup-command.html/comment-page-1#comment-16529</link> <dc:creator>raj</dc:creator> <pubDate>Mon, 03 Oct 2011 11:28:00 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=663#comment-16529</guid> <description>mysqldump is a comment.. don run it in mysql.....mysqldump -u root -p password db_test &gt; db_test.sql</description> <content:encoded><![CDATA[<p>mysqldump is a comment.. don run it in mysql&#8230;..</p><p>mysqldump -u root -p password db_test &gt; db_test.sql</p> ]]></content:encoded> </item> <item><title>By: khan</title><link>http://viralpatel.net/blogs/2009/01/mysql-database-backup-mysql-mysqldump-backup-command.html/comment-page-1#comment-15786</link> <dc:creator>khan</dc:creator> <pubDate>Sun, 28 Aug 2011 09:32:20 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=663#comment-15786</guid> <description>i tried mysqldump to backup  it worked ie file .sql is created  but when i try to restore it it also shows sucess but tables are not created</description> <content:encoded><![CDATA[<p>i tried mysqldump to backup  it worked ie file .sql is created  but when i try to restore it it also shows sucess but tables are not created</p> ]]></content:encoded> </item> <item><title>By: Jennifer</title><link>http://viralpatel.net/blogs/2009/01/mysql-database-backup-mysql-mysqldump-backup-command.html/comment-page-1#comment-14617</link> <dc:creator>Jennifer</dc:creator> <pubDate>Thu, 28 Apr 2011 23:23:10 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=663#comment-14617</guid> <description>What does the -h command do? I have been trying to figure it out and I don&#039;t know what it does in the command line. See, like on this tutorial they do it: http://www.fortasse.com/tutorials/mysqldump-mysql-database-backup/But on others they don&#039;t... Anyone know?</description> <content:encoded><![CDATA[<p>What does the -h command do? I have been trying to figure it out and I don&#8217;t know what it does in the command line. See, like on this tutorial they do it: <a href="http://www.fortasse.com/tutorials/mysqldump-mysql-database-backup/" rel="nofollow">http://www.fortasse.com/tutorials/mysqldump-mysql-database-backup/</a></p><p>But on others they don&#8217;t&#8230; Anyone know?</p> ]]></content:encoded> </item> <item><title>By: Ilan Hazan</title><link>http://viralpatel.net/blogs/2009/01/mysql-database-backup-mysql-mysqldump-backup-command.html/comment-page-1#comment-14497</link> <dc:creator>Ilan Hazan</dc:creator> <pubDate>Thu, 07 Apr 2011 14:42:14 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=663#comment-14497</guid> <description>Restoring a dump table into the MySQL master server can lead to serious replication delay. To overcome the replication delay, caused by restoring the dump table on the master, there is a need to widespread the massive inserts. This can be done by the MySQL SLEEP command. See &lt;a href=&quot;http://www.mysqldiary.com/as-restoring-a-dump-table-into-the-mysql-master-you-better-get-some-sleep/&quot; rel=&quot;nofollow&quot;&gt;As restoring a dump table into the MySQL master – you better get some sleep&lt;/a&gt;</description> <content:encoded><![CDATA[<p>Restoring a dump table into the MySQL master server can lead to serious replication delay.<br /> To overcome the replication delay, caused by restoring the dump table on the master, there is a need to widespread the massive inserts. This can be done by the MySQL SLEEP command.<br /> See <a href="http://www.mysqldiary.com/as-restoring-a-dump-table-into-the-mysql-master-you-better-get-some-sleep/" rel="nofollow">As restoring a dump table into the MySQL master – you better get some sleep</a></p> ]]></content:encoded> </item> <item><title>By: gajendran</title><link>http://viralpatel.net/blogs/2009/01/mysql-database-backup-mysql-mysqldump-backup-command.html/comment-page-1#comment-13206</link> <dc:creator>gajendran</dc:creator> <pubDate>Thu, 14 Oct 2010 06:08:34 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=663#comment-13206</guid> <description>hi..i took mysql database backup in windows server and i restored that mysql db in linux pc.. its sucessfully restored ..i connected that mysql db in client xp mechine ..i compiled that db procedure but its show tables doesn&#039;t exit..will u pls tel how to solve this problem</description> <content:encoded><![CDATA[<p>hi..</p><p> i took mysql database backup in windows server and i restored that mysql db in linux pc.. its sucessfully restored ..i connected that mysql db in client xp mechine ..i compiled that db procedure but its show tables doesn&#8217;t exit..will u pls tel how to solve this problem</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/13 queries in 2.812 seconds using disk: basic
Object Caching 362/363 objects using disk: basic

Served from: viralpatel.net @ 2012-05-17 08:30:54 -->
