<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: mysqldump of remote database to local machine command</title>
	<link>http://www.rickhurst.co.uk/2005/12/23/mysqldump-of-remote-database-to-local-machine-command/</link>
	<description>my blog, mostly covering the technical side of web design</description>
	<pubDate>Thu, 09 Sep 2010 04:19:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>by: Lenni</title>
		<link>http://www.rickhurst.co.uk/2005/12/23/mysqldump-of-remote-database-to-local-machine-command/#comment-14027</link>
		<pubDate>Sat, 22 Aug 2009 11:00:49 +0000</pubDate>
		<guid>http://www.rickhurst.co.uk/2005/12/23/mysqldump-of-remote-database-to-local-machine-command/#comment-14027</guid>
					<description>@Philip: I have copied your command to my terminal and it ends up with the wrong sort of hyphen. I think it should be:

#mysqldump --host=the.remotedatabase.com -u yourusername -p yourdatabasename &amp;#62; /Users/rick/backups/foo.sql</description>
		<content:encoded><![CDATA[<p>@Philip: I have copied your command to my terminal and it ends up with the wrong sort of hyphen. I think it should be:</p>
<p>#mysqldump &#8211;host=the.remotedatabase.com -u yourusername -p yourdatabasename &gt; /Users/rick/backups/foo.sql
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Philip Thompson</title>
		<link>http://www.rickhurst.co.uk/2005/12/23/mysqldump-of-remote-database-to-local-machine-command/#comment-13919</link>
		<pubDate>Fri, 31 Oct 2008 18:21:38 +0000</pubDate>
		<guid>http://www.rickhurst.co.uk/2005/12/23/mysqldump-of-remote-database-to-local-machine-command/#comment-13919</guid>
					<description>Hi Rick,
You left out a '-' before the host. The correct syntax is:

#mysqldump –-host=the.remotedatabase.com -u yourusername -p yourdatabasename &amp;#62; /Users/rick/backups/foo.sql</description>
		<content:encoded><![CDATA[<p>Hi Rick,<br />
You left out a &#8216;-&#8217; before the host. The correct syntax is:</p>
<p>#mysqldump –-host=the.remotedatabase.com -u yourusername -p yourdatabasename &gt; /Users/rick/backups/foo.sql
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
