[TYPO3-dev] Weird Upgrade Problem 4.1.x -> 4.2.x

Peter Russ peter.russ at 4many.net
Wed Mar 18 12:00:18 CET 2009


--- Original Nachricht ---
Absender:   Steffen Müller
Datum:       18.03.2009 11:23:
> Hi.
> 
> On 17.03.2009 11:38 Peter Russ wrote:
>> On a system a new customer asked us to upgrade we experience weird
>> upgrade problems with Mysql:
>> MySQL 5.0.51 running on utf-8
>>
> 
> http://www.mysqlperformanceblog.com/2009/03/17/converting-character-sets/
> I know this is slightly OT because it does not solve your problem. But
> maybe this is of general interest for the charset/DB topic.
> 
> 

We solved the problem 'outside':

We opened the dump in kate, added required stuff to make db utf-8 and 
SAVED the complete dump in _utf-8_ format:

drop database if exists <dbname>;
create database <debname> character set 'utf8' collate utf8_general_ci';
set names 'utf8;
use <dbname>;

This we imported into TYPO3 version 4.1.10, forced charset to utf-8 and 
did the upgrade to TYPO3 version 4.2.6 without any loss of data.



-- 
Fiat lux! Docendo discimus.
_____________________________
uon GbR

http://www.uon.li
http://www.xing.com/profile/Peter_Russ




More information about the TYPO3-dev mailing list