<?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>Shawson&#039;s Code Blog &#187; restore</title>
	<atom:link href="http://www.shawson.co.uk/codeblog/tag/restore/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shawson.co.uk/codeblog</link>
	<description>development notes for my failing memory</description>
	<lastBuildDate>Mon, 26 Jul 2010 19:08:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL Backup &amp; Restore</title>
		<link>http://www.shawson.co.uk/codeblog/mysql-backup-restore/</link>
		<comments>http://www.shawson.co.uk/codeblog/mysql-backup-restore/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 19:40:06 +0000</pubDate>
		<dc:creator>shawson</dc:creator>
				<category><![CDATA[mySQL]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[disaster recovery]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://www.shawson.co.uk/codeblog/?p=461</guid>
		<description><![CDATA[I did this on an install of MySQL 5 Community Server running on Windows 2008 Server Web Edition- From the command line- backup:
mysqldump -u [username] -p[password] [database name] > FILE.sql 
restore;
mysql -u [username] -p[password] [database name] < FILE.sql 
Remember; if you have restored your core mysql database, which contains all the info on users and [...]


Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/mysql-5-phpmyadmin-installation-root-account-not-accepted/' rel='bookmark' title='Permanent Link: MySQL 5 / phpMyAdmin Installation &#8211; root account not accepted'>MySQL 5 / phpMyAdmin Installation &#8211; root account not accepted</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/mysql-command-line-setting-up-a-new-database-and-user/' rel='bookmark' title='Permanent Link: MySQL Command Line &#8211; Setting up a new database and user'>MySQL Command Line &#8211; Setting up a new database and user</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/move-from-blogenginenet-to-wordpress-271/' rel='bookmark' title='Permanent Link: Move from BlogEngine.net to WordPress 2.7.1!'>Move from BlogEngine.net to WordPress 2.7.1!</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>I did this on an install of MySQL 5 Community Server running on Windows 2008 Server Web Edition- From the command line- <strong>backup</strong>:</p>
<p>mysqldump -u [username] -p[password] [database name] > FILE.sql </p>
<p><strong>restore</strong>;</p>
<p>mysql -u [username] -p[password] [database name] < FILE.sql </p>
<p>Remember; if you have restored your core mysql database, which contains all the info on users and privileges, you will need to do a </p>
<p>FLUSH PRIVILEGES; </p>
<p>before you will be able to login using those user accounts!</p>


<p>Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/mysql-5-phpmyadmin-installation-root-account-not-accepted/' rel='bookmark' title='Permanent Link: MySQL 5 / phpMyAdmin Installation &#8211; root account not accepted'>MySQL 5 / phpMyAdmin Installation &#8211; root account not accepted</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/mysql-command-line-setting-up-a-new-database-and-user/' rel='bookmark' title='Permanent Link: MySQL Command Line &#8211; Setting up a new database and user'>MySQL Command Line &#8211; Setting up a new database and user</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/move-from-blogenginenet-to-wordpress-271/' rel='bookmark' title='Permanent Link: Move from BlogEngine.net to WordPress 2.7.1!'>Move from BlogEngine.net to WordPress 2.7.1!</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.shawson.co.uk/codeblog/mysql-backup-restore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
