<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gnucom.cc &#187; ssh</title>
	<atom:link href="http://blog.gnucom.cc/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gnucom.cc</link>
	<description>Code snippets and more...</description>
	<lastBuildDate>Wed, 18 Jan 2012 23:50:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Backup or restore MySQL database via SSH or terminal.</title>
		<link>http://blog.gnucom.cc/2009/backup-or-restore-mysql-database-via-ssh-or-terminal/</link>
		<comments>http://blog.gnucom.cc/2009/backup-or-restore-mysql-database-via-ssh-or-terminal/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 08:02:10 +0000</pubDate>
		<dc:creator>sholsapp</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Webhosting]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://gnucom.cc/blog/?p=193</guid>
		<description><![CDATA[Here is the command to use to actually backup the database on the command line: mysqldump --add-drop-table -u user -p database &#62; database.sql When you have the backup, use this command to restore it: mysql -u user -p database &#60; database.sql You need to make the appropriate substitutions obviously. Hope this is brief enough!]]></description>
		<wfw:commentRss>http://blog.gnucom.cc/2009/backup-or-restore-mysql-database-via-ssh-or-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

