<?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 all your MySQL databases with one line of cron</title>
	<atom:link href="http://www.skyminds.net/backup-all-your-mysql-databases-with-one-line-of-cron/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skyminds.net/backup-all-your-mysql-databases-with-one-line-of-cron/</link>
	<description>~ by Matt</description>
	<lastBuildDate>Wed, 16 May 2012 16:42:11 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Trini</title>
		<link>http://www.skyminds.net/backup-all-your-mysql-databases-with-one-line-of-cron/#comment-60667</link>
		<dc:creator>Trini</dc:creator>
		<pubDate>Tue, 12 Jan 2010 12:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.skyminds.net/2004/05/29/backup-all-your-mysql-databases-with-one-line-of-cron/#comment-60667</guid>
		<description>Worked like a charm!

I didn&#039;t see that the username is -u yourusername, 
and password is -pyourpassword... (note the space between -u and the username and that there is not space between the -p and your password)

Thanks!</description>
		<content:encoded><![CDATA[<p>Worked like a charm<span class="fine">&nbsp;</span>!</p>
<p>I didn&#8217;t see that the username is -u yourusername,<br />
and password is -pyourpassword&#8230; (note the space between -u and the username and that there is not space between the -p and your password)</p>
<p>Thanks<span class="fine">&nbsp;</span>!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.skyminds.net/backup-all-your-mysql-databases-with-one-line-of-cron/#comment-59230</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 27 Jun 2009 18:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.skyminds.net/2004/05/29/backup-all-your-mysql-databases-with-one-line-of-cron/#comment-59230</guid>
		<description>Hello &lt;a href=&quot;#comment-59223&quot; rel=&quot;nofollow&quot;&gt;Tye&lt;/a&gt;,

Make sure you have granted access to your user and your host. Run this command line with mysql:

&lt;pre lang=&quot;bash&quot; line=&quot;1&quot;&gt;mysql&gt; GRANT ALL ON *.* TO &#039;your_mysql_name&#039;@&#039;your_client_host&#039;;&lt;/pre&gt;

&lt;pre lang=&quot;bash&quot; line=&quot;1&quot;&gt;mysql&gt;flush privileges;&lt;/pre&gt;

And restart your server. It also depends on whether you&#039;re hosted or using a sandbox.</description>
		<content:encoded><![CDATA[<p>Hello <a href="#comment-59223" rel="nofollow">Tye</a>,</p>
<p>Make sure you have granted access to your user and your host. Run this command line with mysql&nbsp;:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">mysql<span style="color: #000000; font-weight: bold;">&gt;</span> GRANT ALL ON <span style="color: #000000; font-weight: bold;">*</span>.<span style="color: #000000; font-weight: bold;">*</span> TO <span style="color: #ff0000;">'your_mysql_name'</span><span style="color: #000000; font-weight: bold;">@</span><span style="color: #ff0000;">'your_client_host'</span>;</pre></td></tr></table></div>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">mysql<span style="color: #000000; font-weight: bold;">&gt;</span>flush privileges;</pre></td></tr></table></div>

<p>And restart your server. It also depends on whether you&#8217;re hosted or using a sandbox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tye</title>
		<link>http://www.skyminds.net/backup-all-your-mysql-databases-with-one-line-of-cron/#comment-59223</link>
		<dc:creator>Tye</dc:creator>
		<pubDate>Fri, 26 Jun 2009 06:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.skyminds.net/2004/05/29/backup-all-your-mysql-databases-with-one-line-of-cron/#comment-59223</guid>
		<description>Hi - I keep getting error 1045, access denied :(

date=`date -I`; mysqldump -u username -p password ——all-databases &gt; /home/path/public_html/db/dbbackup_$date.sql; gzip /home/path/public_html/db/dbbackup_$date.sql

I have set up a user and granted all permissions... any ideas</description>
		<content:encoded><![CDATA[<p>Hi &#8211; I keep getting error 1045, access denied :(</p>
<p>date=`date -I`<span class="fine">&nbsp;</span>; mysqldump -u username -p password &mdash;&mdash;all-databases > /home/path/public_html/db/dbbackup_$date.sql<span class="fine">&nbsp;</span>; gzip /home/path/public_html/db/dbbackup_$date.sql</p>
<p>I have set up a user and granted all permissions&#8230; any ideas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.skyminds.net/backup-all-your-mysql-databases-with-one-line-of-cron/#comment-57908</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 03 Feb 2009 22:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.skyminds.net/2004/05/29/backup-all-your-mysql-databases-with-one-line-of-cron/#comment-57908</guid>
		<description>Cheers &lt;a href=&quot;#comment-57904&quot; rel=&quot;nofollow&quot;&gt;Adrian&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Cheers <a href="#comment-57904" rel="nofollow">Adrian</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://www.skyminds.net/backup-all-your-mysql-databases-with-one-line-of-cron/#comment-57904</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Tue, 03 Feb 2009 19:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.skyminds.net/2004/05/29/backup-all-your-mysql-databases-with-one-line-of-cron/#comment-57904</guid>
		<description>Thanks man very useful!!</description>
		<content:encoded><![CDATA[<p>Thanks man very useful<span class="fine">&nbsp;</span>!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.skyminds.net/backup-all-your-mysql-databases-with-one-line-of-cron/#comment-55910</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 30 Oct 2008 09:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.skyminds.net/2004/05/29/backup-all-your-mysql-databases-with-one-line-of-cron/#comment-55910</guid>
		<description>@&lt;a href=&quot;#comment-55909&quot; rel=&quot;nofollow&quot;&gt;mike&lt;/a&gt; : shared hosting is pretty much limited (at least it is on my server) so I don&#039;t think most people can do it. Would you do things differently ?</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-55909" rel="nofollow">mike</a>&nbsp;: shared hosting is pretty much limited (at least it is on my server) so I don&#8217;t think most people can do it. Would you do things differently<span class="fine">&nbsp;</span>?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for ( desktop www.skyminds.net/backup-all-your-mysql-databases-with-one-line-of-cron/feed/ ) in 0.13736 seconds, on May 17th, 2012 at 5:48 am CEST. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 17th, 2012 at 6:48 am CEST -->
