<?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: Migrate MySQL database from latin1 to utf8</title>
	<atom:link href="http://www.zulutown.com/blog/2009/02/04/migrate-mysql-database-from-latin1-to-utf8/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zulutown.com/blog/2009/02/04/migrate-mysql-database-from-latin1-to-utf8/</link>
	<description>All the Guides You Need to Become a Web2.0 Expert</description>
	<lastBuildDate>Tue, 07 Feb 2012 13:03:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: rug doctor</title>
		<link>http://www.zulutown.com/blog/2009/02/04/migrate-mysql-database-from-latin1-to-utf8/comment-page-1/#comment-18871</link>
		<dc:creator>rug doctor</dc:creator>
		<pubDate>Tue, 06 Sep 2011 17:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulutown.com/blog/?p=66#comment-18871</guid>
		<description>Hard to find relevantblogson my besttopic. I  very much enjoyed reading your comments. I know this is not on topic but,does anyone know how to clean a wool rug with a oil stain? I have asked this question before but need an answer before I am beheadshouted at by my boyfriend. We will log a trackback link tomorrow.</description>
		<content:encoded><![CDATA[<p>Hard to find relevantblogson my besttopic. I  very much enjoyed reading your comments. I know this is not on topic but,does anyone know how to clean a wool rug with a oil stain? I have asked this question before but need an answer before I am beheadshouted at by my boyfriend. We will log a trackback link tomorrow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.zulutown.com/blog/2009/02/04/migrate-mysql-database-from-latin1-to-utf8/comment-page-1/#comment-6203</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 07 Dec 2009 09:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulutown.com/blog/?p=66#comment-6203</guid>
		<description>I tried this, but for me it didn&#039;t work. 

Hendrik is right about the –no-create-info option: that should be left out or the tables cannot be reconstructed. 

But even after changing that, this method left me with garbled characters. 

When I query my (old) database from the command line, the special characters (like trademark, copyright, euro etc.) show up correct. When I export, they are represented by multiple bogus characters.

On to the next attempt...

Bye Mike</description>
		<content:encoded><![CDATA[<p>I tried this, but for me it didn&#8217;t work. </p>
<p>Hendrik is right about the –no-create-info option: that should be left out or the tables cannot be reconstructed. </p>
<p>But even after changing that, this method left me with garbled characters. </p>
<p>When I query my (old) database from the command line, the special characters (like trademark, copyright, euro etc.) show up correct. When I export, they are represented by multiple bogus characters.</p>
<p>On to the next attempt&#8230;</p>
<p>Bye Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kev</title>
		<link>http://www.zulutown.com/blog/2009/02/04/migrate-mysql-database-from-latin1-to-utf8/comment-page-1/#comment-5984</link>
		<dc:creator>Kev</dc:creator>
		<pubDate>Tue, 01 Dec 2009 15:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulutown.com/blog/?p=66#comment-5984</guid>
		<description>Great stuff, it works great!
Thanks a lot for the tip!</description>
		<content:encoded><![CDATA[<p>Great stuff, it works great!<br />
Thanks a lot for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hendrik Holtmann</title>
		<link>http://www.zulutown.com/blog/2009/02/04/migrate-mysql-database-from-latin1-to-utf8/comment-page-1/#comment-2767</link>
		<dc:creator>Hendrik Holtmann</dc:creator>
		<pubDate>Thu, 28 May 2009 09:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulutown.com/blog/?p=66#comment-2767</guid>
		<description>Are you sure the
--no-create-info
is correct here. It omits all CREATE TABLE statements. So in your next step 
mysql -u username -p new_database &lt; dump.sql
no tables can&#039;t be created.
Best,

Hendrik</description>
		<content:encoded><![CDATA[<p>Are you sure the<br />
&#8211;no-create-info<br />
is correct here. It omits all CREATE TABLE statements. So in your next step<br />
mysql -u username -p new_database &lt; dump.sql<br />
no tables can&#8217;t be created.<br />
Best,</p>
<p>Hendrik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.zulutown.com/blog/2009/02/04/migrate-mysql-database-from-latin1-to-utf8/comment-page-1/#comment-5</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 13 Feb 2009 08:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulutown.com/blog/?p=66#comment-5</guid>
		<description>Did you set the configuration in my.cnf to impose to the &lt;code&gt;mysql&lt;/code&gt; client to use utf8 in its connection to the server? That is the most important thing.

And of course in &lt;code&gt;mysqldump&lt;/code&gt; you should specify &lt;code&gt;--skip-set-charset&lt;/code&gt; to have a dump file without any references to the previous (wrong) charset.

Let me now... thank you very much.</description>
		<content:encoded><![CDATA[<p>Did you set the configuration in my.cnf to impose to the <code>mysql</code> client to use utf8 in its connection to the server? That is the most important thing.</p>
<p>And of course in <code>mysqldump</code> you should specify <code>--skip-set-charset</code> to have a dump file without any references to the previous (wrong) charset.</p>
<p>Let me now&#8230; thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CHGIS Blog &#187; Blog Archive &#187; Migrate from mysql latin1 default to mysql utf8 default</title>
		<link>http://www.zulutown.com/blog/2009/02/04/migrate-mysql-database-from-latin1-to-utf8/comment-page-1/#comment-4</link>
		<dc:creator>CHGIS Blog &#187; Blog Archive &#187; Migrate from mysql latin1 default to mysql utf8 default</dc:creator>
		<pubDate>Thu, 12 Feb 2009 22:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulutown.com/blog/?p=66#comment-4</guid>
		<description>[...] tried following various posts on the topic, like this one, which clearly state the mysqldump commands needed to preserve UTF-8 encoded data.   However, [...]</description>
		<content:encoded><![CDATA[<p>[...] tried following various posts on the topic, like this one, which clearly state the mysqldump commands needed to preserve UTF-8 encoded data.   However, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

