<?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: MySQLDump To a Remote Server	</title>
	<atom:link href="https://www.brandonchecketts.com/archives/mysqldump-to-a-remote-server/feed" rel="self" type="application/rss+xml" />
	<link>https://www.brandonchecketts.com/archives/mysqldump-to-a-remote-server</link>
	<description>Web Programming, Linux System Administation, and Entrepreneurship in Athens Georgia</description>
	<lastBuildDate>Wed, 21 Oct 2009 18:22:30 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		By: Brandon		</title>
		<link>https://www.brandonchecketts.com/archives/mysqldump-to-a-remote-server/comment-page-1#comment-1378</link>

		<dc:creator><![CDATA[Brandon]]></dc:creator>
		<pubDate>Wed, 21 Oct 2009 18:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonchecketts.com/?p=277#comment-1378</guid>

					<description><![CDATA[@math, you would just change the /path/to/some-file.sql.gz to point wherever you would like the file saved on the remote server.   

Your example doesn&#039;t appear to be related to dumping it to a remote machine.  If you are trying to save it to that directory, you would just run 

mysqldump mydatabase &gt; /home/estho/mydb/estho.sql]]></description>
			<content:encoded><![CDATA[<p>@math, you would just change the /path/to/some-file.sql.gz to point wherever you would like the file saved on the remote server.   </p>
<p>Your example doesn&#8217;t appear to be related to dumping it to a remote machine.  If you are trying to save it to that directory, you would just run </p>
<p>mysqldump mydatabase > /home/estho/mydb/estho.sql</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Math		</title>
		<link>https://www.brandonchecketts.com/archives/mysqldump-to-a-remote-server/comment-page-1#comment-1377</link>

		<dc:creator><![CDATA[Math]]></dc:creator>
		<pubDate>Wed, 21 Oct 2009 15:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonchecketts.com/?p=277#comment-1377</guid>

					<description><![CDATA[Hi,
Is there is any option to change the source path of the backup file? For example

mysqldump /home/estho/mydb &#062; estho.sql]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
Is there is any option to change the source path of the backup file? For example</p>
<p>mysqldump /home/estho/mydb &gt; estho.sql</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
