<?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 blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 09 Nov 2009 13:24:39 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: remote backup</title>
		<link>http://www.ghacks.net/2009/01/12/backup-mysql-databases-in-linux-regularly/#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-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 &#8217;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-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-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-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-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-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-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 ( <a href="http://en.wikipedia.org/wiki/Text_Editor_and_Corrector" rel="nofollow">http://en.wikipedia.org/wiki/Text_Editor_and_Corrector</a> ).  &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-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-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-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>
