<?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>Vision4Web Blog &#187; collation</title>
	<atom:link href="http://blog.vision4web.net/tag/collation/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vision4web.net</link>
	<description>IT Reviews, Downloads and more...</description>
	<lastBuildDate>Fri, 30 Jul 2010 20:18:00 +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>Change Collation On All Tables And Columns In MySQL with Phoca Changing Collation Utility</title>
		<link>http://blog.vision4web.net/2008/11/change-collation-on-all-tables-and-columns-in-mysql/</link>
		<comments>http://blog.vision4web.net/2008/11/change-collation-on-all-tables-and-columns-in-mysql/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 19:47:34 +0000</pubDate>
		<dc:creator>John Doe</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[collation]]></category>
		<category><![CDATA[columns]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phoca]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tables]]></category>

		<guid isPermaLink="false">http://blog.vision4web.net/?p=8</guid>
		<description><![CDATA[I was working with lot of databases collated in latin1_swedish_ci lately. I needed to convert the structure to utf8 collation, but it was very time-consuming to convert all the tables and all the columns manually. After some googling, I managed to find a PHP utility, called Phoca Changing Collation, which does all the dirty work [...]]]></description>
			<content:encoded><![CDATA[<p>I was working with lot of databases collated in <em>latin1_swedish_ci</em> lately. I needed to convert the structure to <em>utf8</em> collation, but it was very time-consuming to convert all the tables and all the columns manually.</p>
<p>After some googling, I managed to find a PHP utility, called <strong>Phoca Changing Collation</strong>, which does all the dirty work in a few seconds.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-7039990991353657";
google_ad_slot = "2831985739";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><img class="alignright" style="float: right;" src="http://i37.tinypic.com/eplv1y.png" alt="" width="227" height="105" /></p>
<ul>
<li>Download: <a href="http://www.phoca.cz/phoca-changing-collation/" target="_blank">http://www.phoca.cz/phoca-changing-collation/</a></li>
<li>Download mirror: <a href="http://www.mediafire.com/?nmrzznjnddj" target="_blank">http://www.mediafire.com/?nmrzznjnddj</a></li>
</ul>
<p><strong>Important:</strong> The utility doesn&#8217;t convert data, it only changes the collation of the tables and the columns, so if your database is full of non-latin characters, it will probably corrupt them.</p>
<p><strong>Note:</strong> You may need to change the collation to <em>utf8_unicode_ci</em> in order to get the cyrilic characters displayed propertly.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vision4web.net/2008/11/change-collation-on-all-tables-and-columns-in-mysql/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
