<?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>NuxOra - Linux and Oracle IT website &#187; MySQL</title>
	<atom:link href="http://www.nuxora.com/tags/database/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nuxora.com</link>
	<description>Admistration, configuration, déploiement, optimisation et tuning.</description>
	<lastBuildDate>Thu, 15 Dec 2011 00:57:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Transfer easily a Mysql Dump between two servers</title>
		<link>http://www.nuxora.com/2007/02/10/transfer-easily-a-mysql-dump-between-two-servers/</link>
		<comments>http://www.nuxora.com/2007/02/10/transfer-easily-a-mysql-dump-between-two-servers/#comments</comments>
		<pubDate>Sat, 10 Feb 2007 10:59:11 +0000</pubDate>
		<dc:creator>Charles Collier</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.nuxora.com/2007/02/10/transfer-easily-a-mysql-dump-between-two-servers/</guid>
		<description><![CDATA[#Dump of the master database $ mysqldump -u user -p db_test > /var/dump/db_test.dat #Copy the dump file db_test.dat with scp to the slave mysql database $ scp /var/dump/db_test.dat user@nuxora.com:/var/backup/db_test.dat #Restore database on the slave server from the master server $ ssh user@nuxora.com &#8216;mysql -u user -p db_test < /var/backup/db_test.dat&#8217; it is quite simple and efficient. [...]]]></description>
		<wfw:commentRss>http://www.nuxora.com/2007/02/10/transfer-easily-a-mysql-dump-between-two-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

