<?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, 08 Feb 2012 10:36:26 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <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> <item><title>By: Olof Larsson</title><link>http://viralpatel.net/blogs/2009/01/mysql-database-backup-mysql-mysqldump-backup-command.html/comment-page-1#comment-12950</link> <dc:creator>Olof Larsson</dc:creator> <pubDate>Wed, 04 Aug 2010 21:06:25 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=663#comment-12950</guid> <description>You should take a look at this instead: https://sourceforge.net/projects/automysqlbackup/I just installed it and it works as a charm :D , Just what I was looking for!This script is even in the ubuntu repositories! Just use: apt-get install automysqlbackup</description> <content:encoded><![CDATA[<p>You should take a look at this instead:<br /> <a href="https://sourceforge.net/projects/automysqlbackup/" rel="nofollow">https://sourceforge.net/projects/automysqlbackup/</a></p><p>I just installed it and it works as a charm <img src='http://viralpatel.net/blogs/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> , Just what I was looking for!</p><p>This script is even in the ubuntu repositories! Just use:<br /> apt-get install automysqlbackup</p> ]]></content:encoded> </item> <item><title>By: Rara</title><link>http://viralpatel.net/blogs/2009/01/mysql-database-backup-mysql-mysqldump-backup-command.html/comment-page-1#comment-12667</link> <dc:creator>Rara</dc:creator> <pubDate>Fri, 11 Jun 2010 06:16:50 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=663#comment-12667</guid> <description>Thank you for Backup all databases in MySQL command</description> <content:encoded><![CDATA[<p>Thank you for Backup all databases in MySQL command</p> ]]></content:encoded> </item> <item><title>By: Viral Patel</title><link>http://viralpatel.net/blogs/2009/01/mysql-database-backup-mysql-mysqldump-backup-command.html/comment-page-1#comment-12075</link> <dc:creator>Viral Patel</dc:creator> <pubDate>Thu, 11 Feb 2010 13:22:07 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=663#comment-12075</guid> <description>@Niraj: Thanks for sharing that snippet. Definitely useful to many of us. Good work. Much appreciated :)</description> <content:encoded><![CDATA[<p>@Niraj: Thanks for sharing that snippet. Definitely useful to many of us.<br /> Good work. Much appreciated <img src='http://viralpatel.net/blogs/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></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

Served from: viralpatel.net @ 2012-02-09 10:28:00 -->
