<?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>A-Connect &#187; Web Development</title>
	<atom:link href="http://a-connect.co.uk/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://a-connect.co.uk</link>
	<description>Cornwall Web Design</description>
	<lastBuildDate>Thu, 14 Jan 2010 11:11:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Converting MySQL tables to UTF-8</title>
		<link>http://a-connect.co.uk/mysql/converting-mysql-tables-to-utf-8/</link>
		<comments>http://a-connect.co.uk/mysql/converting-mysql-tables-to-utf-8/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 11:11:37 +0000</pubDate>
		<dc:creator>a_connect</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[character set]]></category>
		<category><![CDATA[UTF]]></category>
		<category><![CDATA[UTF-8]]></category>

		<guid isPermaLink="false">http://a-connect.co.uk/?p=48</guid>
		<description><![CDATA[Quick and easy code to convert the character set of a MySQL table to UTF-8. Of course this works for all character sets not just UTF
ALTER TABLE tbl_name CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

]]></description>
			<content:encoded><![CDATA[<p>Quick and easy code to convert the character set of a MySQL table to UTF-8. Of course this works for all character sets not just UTF</p>
<pre>ALTER TABLE tbl_name CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://a-connect.co.uk/mysql/converting-mysql-tables-to-utf-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.234 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-05-20 14:05:01 -->
<!-- Compression = gzip -->