<?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>Blog of Finster &#187; mysql</title>
	<atom:link href="http://finster.co.uk/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://finster.co.uk</link>
	<description>Technical Notes</description>
	<lastBuildDate>Sun, 14 Feb 2010 20:58:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Backup of all MySQL databases</title>
		<link>http://finster.co.uk/2009/03/28/backup-of-all-mysql-databases/</link>
		<comments>http://finster.co.uk/2009/03/28/backup-of-all-mysql-databases/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 08:10:00 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=26</guid>
		<description><![CDATA[To backup all MySQL databases on a machine, use the following command: -
mysqldump -u root -psecret &#8211;all-databases > backup.sqlTo restore all databases, use the following command: -
mysql -u root -psecret < backup.sql
To restore a single database (from a cpanel backup etc), use the following command: -
mysql -u user -psecret dbname < dbbackup.sql
]]></description>
			<content:encoded><![CDATA[<p>To backup all MySQL databases on a machine, use the following command: -</p>
<p><span style="font-size:85%;"><span style="font-family:courier new;">mysqldump -u root -psecret &#8211;all-databases > backup.sql</span><br /></span><br />To restore all databases, use the following command: -</p>
<p><span style="font-size:85%;"><span style="font-family:courier new;">mysql -u root -psecret < backup.sql</p>
<p></span></span>To restore a single database (from a cpanel backup etc), use the following command: -</p>
<p><span style="font-size:85%;"><span style="font-family:courier new;">mysql -u user -psecret dbname < dbbackup.sql<br /></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2009/03/28/backup-of-all-mysql-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
