<?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: Backing up and restoring MySQL databases</title>
	<atom:link href="http://www.jesuscarrera.info/2009/01/28/backing-up-and-restoring-mysql-databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jesuscarrera.info/2009/01/28/backing-up-and-restoring-mysql-databases/</link>
	<description>Web development, Web Design, and stuff like that</description>
	<lastBuildDate>Wed, 01 Sep 2010 11:32:37 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jesús Carrera</title>
		<link>http://www.jesuscarrera.info/2009/01/28/backing-up-and-restoring-mysql-databases/comment-page-1/#comment-344569</link>
		<dc:creator>Jesús Carrera</dc:creator>
		<pubDate>Thu, 29 Jan 2009 15:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.jesuscarrera.info/?p=527#comment-344569</guid>
		<description>I&#039;ve never had that problem, but thanks for the tip!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve never had that problem, but thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.jesuscarrera.info/2009/01/28/backing-up-and-restoring-mysql-databases/comment-page-1/#comment-344557</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 29 Jan 2009 10:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.jesuscarrera.info/?p=527#comment-344557</guid>
		<description>hi Jesús,

try instead:
$mysql -u myuser -p mydb --default_character_set utf8  &lt; dump.sql
Otherwise, if you use the UTF8 charset, it messes badly the encoding in some platforms.</description>
		<content:encoded><![CDATA[<p>hi Jesús,</p>
<p>try instead:<br />
$mysql -u myuser -p mydb &#8211;default_character_set utf8  &lt; dump.sql<br />
Otherwise, if you use the UTF8 charset, it messes badly the encoding in some platforms.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
