<?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 Mysql Tutorial | FREE mysql tutorials</title>
	<atom:link href="http://www.mysqltutorial.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqltutorial.com</link>
	<description>mysql tutorial,mysql tips,MySQL cheat sheet, mysqltutorial.com</description>
	<lastBuildDate>Mon, 07 Feb 2011 17:06:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>Comment on Bash Mysql backup script by mandea</title>
		<link>http://www.mysqltutorial.com/bash-mysql-backup-script/#comment-10</link>
		<dc:creator>mandea</dc:creator>
		<pubDate>Mon, 07 Feb 2011 17:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqltutorial.com/?p=20#comment-10</guid>
		<description>@telo: This is a daily backup script; You can make a list with your databases for what you need backup:

MYDBS=&quot;database1 database2 database3 myotherdb&quot;
for i in $MYDBS;do mysqldump -h $HOST -u $USER --password=$PASS &gt; $HOME/backup/databases/$i.sql;done</description>
		<content:encoded><![CDATA[<p>@telo: This is a daily backup script; You can make a list with your databases for what you need backup:</p>
<p>MYDBS=&#8221;database1 database2 database3 myotherdb&#8221;<br />
for i in $MYDBS;do mysqldump -h $HOST -u $USER &#8211;password=$PASS &gt; $HOME/backup/databases/$i.sql;done</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bash Mysql backup script by telo</title>
		<link>http://www.mysqltutorial.com/bash-mysql-backup-script/#comment-7</link>
		<dc:creator>telo</dc:creator>
		<pubDate>Tue, 04 Jan 2011 02:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqltutorial.com/?p=20#comment-7</guid>
		<description>is this script hourly or daily auto backup my database?</description>
		<content:encoded><![CDATA[<p>is this script hourly or daily auto backup my database?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

