<?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: Drupal : Change DB and table collation to Unicode (UTF-8)</title>
	<atom:link href="http://teqsnacks.com/2007/04/27/drupal-change-db-and-table-collation-to-unicode-utf-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://teqsnacks.com/2007/04/27/drupal-change-db-and-table-collation-to-unicode-utf-8/</link>
	<description>Simple CMS, Blogging, Tech, SEO and Social Media</description>
	<lastBuildDate>Thu, 19 Apr 2012 13:55:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Grant</title>
		<link>http://teqsnacks.com/2007/04/27/drupal-change-db-and-table-collation-to-unicode-utf-8/#comment-233</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Wed, 07 Jan 2009 21:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.filination.com/tech/2007/04/27/drupal-change-db-and-table-collation-to-unicode-utf-8/#comment-233</guid>
		<description>That is using the Alter table syntax! So yes.

If you have no data to worry about, you can do a mysqldump, change the collation in the text file, and then upload the dumpfile.

Comment 5 suggestion , looks overblown but maybe an easy solution if you are a windows user.

Otherwise you can do a mysqldump, change the table defs collation, and use recode or iconv unix utilities on the dump file. I think I had success with iconv in the past.

Make sure you keep a backup!</description>
		<content:encoded><![CDATA[<p>That is using the Alter table syntax! So yes.</p>
<p>If you have no data to worry about, you can do a mysqldump, change the collation in the text file, and then upload the dumpfile.</p>
<p>Comment 5 suggestion , looks overblown but maybe an easy solution if you are a windows user.</p>
<p>Otherwise you can do a mysqldump, change the table defs collation, and use recode or iconv unix utilities on the dump file. I think I had success with iconv in the past.</p>
<p>Make sure you keep a backup!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iGuide</title>
		<link>http://teqsnacks.com/2007/04/27/drupal-change-db-and-table-collation-to-unicode-utf-8/#comment-232</link>
		<dc:creator>iGuide</dc:creator>
		<pubDate>Wed, 07 Jan 2009 19:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.filination.com/tech/2007/04/27/drupal-change-db-and-table-collation-to-unicode-utf-8/#comment-232</guid>
		<description>Great!  Can this also be done with the ALTER TABLE syntax?</description>
		<content:encoded><![CDATA[<p>Great!  Can this also be done with the ALTER TABLE syntax?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fiLi</title>
		<link>http://teqsnacks.com/2007/04/27/drupal-change-db-and-table-collation-to-unicode-utf-8/#comment-227</link>
		<dc:creator>fiLi</dc:creator>
		<pubDate>Sun, 20 May 2007 12:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.filination.com/tech/2007/04/27/drupal-change-db-and-table-collation-to-unicode-utf-8/#comment-227</guid>
		<description>I&#039;m not sure this is what you mean, but the following might be helpful:
&lt;a href=&quot;http://drupal.org/node/89210&quot; rel=&quot;nofollow&quot;&gt;Content search-n-replace?&lt;/a&gt;

Naturally, this can be done on the dump with a big-text-files editor.</description>
		<content:encoded><![CDATA[<p>I'm not sure this is what you mean, but the following might be helpful:<br />
<a href="http://drupal.org/node/89210" rel="nofollow">Content search-n-replace?</a></p>
<p>Naturally, this can be done on the dump with a big-text-files editor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant</title>
		<link>http://teqsnacks.com/2007/04/27/drupal-change-db-and-table-collation-to-unicode-utf-8/#comment-231</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Thu, 10 May 2007 15:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.filination.com/tech/2007/04/27/drupal-change-db-and-table-collation-to-unicode-utf-8/#comment-231</guid>
		<description>Thankyou by the way - this still results in some character recall issues on my database i.e. GB pound signs that were previously okay must have been encoded in latin. I experienced this problem exporting from mysql 4 database to 4.1. Using mysqldump.</description>
		<content:encoded><![CDATA[<p>Thankyou by the way - this still results in some character recall issues on my database i.e. GB pound signs that were previously okay must have been encoded in latin. I experienced this problem exporting from mysql 4 database to 4.1. Using mysqldump.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fiLi</title>
		<link>http://teqsnacks.com/2007/04/27/drupal-change-db-and-table-collation-to-unicode-utf-8/#comment-228</link>
		<dc:creator>fiLi</dc:creator>
		<pubDate>Thu, 10 May 2007 12:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.filination.com/tech/2007/04/27/drupal-change-db-and-table-collation-to-unicode-utf-8/#comment-228</guid>
		<description>Oh, yeah :$

Thanks for catching that.</description>
		<content:encoded><![CDATA[<p>Oh, yeah :$</p>
<p>Thanks for catching that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant</title>
		<link>http://teqsnacks.com/2007/04/27/drupal-change-db-and-table-collation-to-unicode-utf-8/#comment-230</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Thu, 10 May 2007 10:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.filination.com/tech/2007/04/27/drupal-change-db-and-table-collation-to-unicode-utf-8/#comment-230</guid>
		<description>Sorry before the done in the for line.</description>
		<content:encoded><![CDATA[<p>Sorry before the done in the for line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant</title>
		<link>http://teqsnacks.com/2007/04/27/drupal-change-db-and-table-collation-to-unicode-utf-8/#comment-229</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Thu, 10 May 2007 10:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.filination.com/tech/2007/04/27/drupal-change-db-and-table-collation-to-unicode-utf-8/#comment-229</guid>
		<description>There is a semi colon missing in your code</description>
		<content:encoded><![CDATA[<p>There is a semi colon missing in your code</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Object Caching 0/0 objects using disk: basic

Served from: teqsnacks.com @ 2012-05-18 11:44:23 -->
