<?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: Backup MySQL Databases In Linux Regularly</title> <atom:link href="http://www.ghacks.net/2009/01/12/backup-mysql-databases-in-linux-regularly/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net/2009/01/12/backup-mysql-databases-in-linux-regularly/</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sun, 12 Feb 2012 04:50:20 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Mario</title><link>http://www.ghacks.net/2009/01/12/backup-mysql-databases-in-linux-regularly/comment-page-1/#comment-951822</link> <dc:creator>Mario</dc:creator> <pubDate>Mon, 04 Jan 2010 21:05:31 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9829#comment-951822</guid> <description>i know its an old post (almost a year old) but i really needed to say this :
PICO shall live forever..
VI was created by the same devil as the one who created Kraft Singles wrapping.. :)</description> <content:encoded><![CDATA[<p>i know its an old post (almost a year old) but i really needed to say this :</p><p>PICO shall live forever..</p><p>VI was created by the same devil as the one who created Kraft Singles wrapping.. :)</p> ]]></content:encoded> </item> <item><title>By: remote backup</title><link>http://www.ghacks.net/2009/01/12/backup-mysql-databases-in-linux-regularly/comment-page-1/#comment-656926</link> <dc:creator>remote backup</dc:creator> <pubDate>Fri, 27 Feb 2009 18:45:27 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9829#comment-656926</guid> <description>Interesting way to do a backup.</description> <content:encoded><![CDATA[<p>Interesting way to do a backup.</p> ]]></content:encoded> </item> <item><title>By: dahamsta</title><link>http://www.ghacks.net/2009/01/12/backup-mysql-databases-in-linux-regularly/comment-page-1/#comment-606460</link> <dc:creator>dahamsta</dc:creator> <pubDate>Tue, 13 Jan 2009 11:56:17 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9829#comment-606460</guid> <description>I prefer to backup my databases individually, so I can restore them in order of imporatnce if necessary:
for DB in `mysql -u root -p$PW -Bse &#039;show databases&#039;`
do
mysqldump -u root -p$PW $DB &gt; $MYTMP/$DB.sql
done
Where $PW is a password set earlier in the script.
adam</description> <content:encoded><![CDATA[<p>I prefer to backup my databases individually, so I can restore them in order of imporatnce if necessary:</p><p>for DB in `mysql -u root -p$PW -Bse &#8216;show databases&#8217;`<br
/> do<br
/> mysqldump -u root -p$PW $DB &gt; $MYTMP/$DB.sql<br
/> done</p><p>Where $PW is a password set earlier in the script.</p><p>adam</p> ]]></content:encoded> </item> <item><title>By: Monjur Ahmed Laskar</title><link>http://www.ghacks.net/2009/01/12/backup-mysql-databases-in-linux-regularly/comment-page-1/#comment-606197</link> <dc:creator>Monjur Ahmed Laskar</dc:creator> <pubDate>Tue, 13 Jan 2009 06:56:09 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9829#comment-606197</guid> <description>I just wanna know how to take back up MySQL databases</description> <content:encoded><![CDATA[<p>I just wanna know how to take back up MySQL databases</p> ]]></content:encoded> </item> <item><title>By: rReLmy</title><link>http://www.ghacks.net/2009/01/12/backup-mysql-databases-in-linux-regularly/comment-page-1/#comment-605541</link> <dc:creator>rReLmy</dc:creator> <pubDate>Mon, 12 Jan 2009 20:29:33 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9829#comment-605541</guid> <description>i love nano :D
nice script</description> <content:encoded><![CDATA[<p>i love nano :D</p><p>nice script</p> ]]></content:encoded> </item> <item><title>By: News From the Interweb &#187; Using Cron to Automate Linux Tasks</title><link>http://www.ghacks.net/2009/01/12/backup-mysql-databases-in-linux-regularly/comment-page-1/#comment-605247</link> <dc:creator>News From the Interweb &#187; Using Cron to Automate Linux Tasks</dc:creator> <pubDate>Mon, 12 Jan 2009 16:36:28 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9829#comment-605247</guid> <description>[...] Backup MySQL Databases In Linux Regularly (5) [...]</description> <content:encoded><![CDATA[<p>[...] Backup MySQL Databases In Linux Regularly (5) [...]</p> ]]></content:encoded> </item> <item><title>By: RG</title><link>http://www.ghacks.net/2009/01/12/backup-mysql-databases-in-linux-regularly/comment-page-1/#comment-605231</link> <dc:creator>RG</dc:creator> <pubDate>Mon, 12 Jan 2009 16:07:27 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9829#comment-605231</guid> <description>I wish I always felt comfortable enough to do backups attended, I realize the chance of problems is low but still but it has happened. In my case, backing up a forum, I put too much faith in mysqldump locking tables before running.</description> <content:encoded><![CDATA[<p>I wish I always felt comfortable enough to do backups attended, I realize the chance of problems is low but still but it has happened. In my case, backing up a forum, I put too much faith in mysqldump locking tables before running.</p> ]]></content:encoded> </item> <item><title>By: Ajay</title><link>http://www.ghacks.net/2009/01/12/backup-mysql-databases-in-linux-regularly/comment-page-1/#comment-605029</link> <dc:creator>Ajay</dc:creator> <pubDate>Mon, 12 Jan 2009 10:25:37 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9829#comment-605029</guid> <description>I just run the cPanel backup job on my server that backs up all the accounts on an external drive, not just the mySQL DB</description> <content:encoded><![CDATA[<p>I just run the cPanel backup job on my server that backs up all the accounts on an external drive, not just the mySQL DB</p> ]]></content:encoded> </item> <item><title>By: John the catarrhine</title><link>http://www.ghacks.net/2009/01/12/backup-mysql-databases-in-linux-regularly/comment-page-1/#comment-604979</link> <dc:creator>John the catarrhine</dc:creator> <pubDate>Mon, 12 Jan 2009 09:15:52 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9829#comment-604979</guid> <description>Actually VI is easy (so is Emacs, maybe just slightly harder).
If you want a challenge try TECO ( http://en.wikipedia.org/wiki/Text_Editor_and_Corrector ).  &gt;;-)</description> <content:encoded><![CDATA[<p>Actually VI is easy (so is Emacs, maybe just slightly harder).</p><p>If you want a challenge try TECO ( http://en.wikipedia.org/wiki/Text_Editor_and_Corrector ).  &gt;;-)</p> ]]></content:encoded> </item> <item><title>By: gokudomatic</title><link>http://www.ghacks.net/2009/01/12/backup-mysql-databases-in-linux-regularly/comment-page-1/#comment-604928</link> <dc:creator>gokudomatic</dc:creator> <pubDate>Mon, 12 Jan 2009 08:12:29 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9829#comment-604928</guid> <description>vi is the devil. it works perfectly but you have to sell your soul to understand it.</description> <content:encoded><![CDATA[<p>vi is the devil. it works perfectly but you have to sell your soul to understand it.</p> ]]></content:encoded> </item> <item><title>By: Martin</title><link>http://www.ghacks.net/2009/01/12/backup-mysql-databases-in-linux-regularly/comment-page-1/#comment-604875</link> <dc:creator>Martin</dc:creator> <pubDate>Mon, 12 Jan 2009 07:05:02 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9829#comment-604875</guid> <description>Dotan you really do not know about the secret smiley commands in Vi? :)</description> <content:encoded><![CDATA[<p>Dotan you really do not know about the secret smiley commands in Vi? :)</p> ]]></content:encoded> </item> <item><title>By: Dotan Cohen</title><link>http://www.ghacks.net/2009/01/12/backup-mysql-databases-in-linux-regularly/comment-page-1/#comment-604610</link> <dc:creator>Dotan Cohen</dc:creator> <pubDate>Mon, 12 Jan 2009 00:52:22 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9829#comment-604610</guid> <description>1) You&#039;ve just unleashed VI on a lot of unsuspecting innocents!
2) I do not remember ever seeing a smiley icon ever used to save and exit VI before (hint: reread the post _after_ posting it).</description> <content:encoded><![CDATA[<p>1) You&#8217;ve just unleashed VI on a lot of unsuspecting innocents!</p><p>2) I do not remember ever seeing a smiley icon ever used to save and exit VI before (hint: reread the post _after_ posting it).</p> ]]></content:encoded> </item> </channel> </rss>
