<?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>Algirdas Varnagiris &#187; MySQL</title>
	<atom:link href="http://www.varnagiris.net/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.varnagiris.net</link>
	<description>The cyber-place where I live</description>
	<lastBuildDate>Thu, 18 Feb 2010 17:19:42 +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>Moving MySQL data from 4.0 to 5.x</title>
		<link>http://www.varnagiris.net/2007/12/03/moving-mysql-data-from-40-to-5x/</link>
		<comments>http://www.varnagiris.net/2007/12/03/moving-mysql-data-from-40-to-5x/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 13:24:55 +0000</pubDate>
		<dc:creator>Algirdas</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.varnagiris.net/2007/12/03/moving-mysql-data-from-40-to-5x/</guid>
		<description><![CDATA[I needed to move data from one database to another. The source DB was MySQL 4.0 and the destination was MySQL 5.1. And all the problems was with UTF-8 symbols. I couldn&#8217;t get it to work on MySQL 5.1. I search on the internet and figured out that MySQL 4.0 does not support UTF-8 and [...]]]></description>
			<content:encoded><![CDATA[<p>I needed to move data from one database to another. The source DB was MySQL 4.0 and the destination was MySQL 5.1. And all the problems was with UTF-8 symbols. I couldn&#8217;t get it to work on MySQL 5.1. I search on the internet and figured out that MySQL 4.0 does not support UTF-8 and it is supported only from MySQL 4.1.<br />
You can store UTF-8 date on MySQL 4.0 but it&#8217;s not encoded using UTF-8. The data is encoded using the default encoding &#8216;Latin1&#8242;, so the only thing what you need is to make an export file and upload using PhpMyAdmin, but don&#8217;t forget to select that the data is encoded &#8216;Latin1&#8242; and not UTF-8.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.varnagiris.net/2007/12/03/moving-mysql-data-from-40-to-5x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
