RE: migrating 4.0 to 5.0

2007-03-09 Thread Little, Timothy
-DNewDatabasename -hImprovedDatabaseServer --port=3310 -b -C -e "\. UseThisFileForInput.sql Tim... -Original Message- From: Matthias Henze [mailto:[EMAIL PROTECTED] Sent: Monday, March 05, 2007 2:30 AM To: MySQL General Subject: migrating 4.0 to 5.0 hi, i've still serious trouble in migrating dat

Re: migrating 4.0 to 5.0

2007-03-05 Thread Martijn Tonies
>> > i've still serious trouble in migrating databases createted with 4.0 to >> 5.0. >> > the problems is still the charset. i'm connecting to mysql with php and >> when >> > i try to use the 5.0 db german special chars are messed up. afaik 4.0 > > uses latin charset and 5.0 utf8 by default. can s

Re: migrating 4.0 to 5.0

2007-03-05 Thread Matthias Henze
Am Montag, 5. März 2007 14:35 schrieb Martijn Tonies: > Hi, > > > i've still serious trouble in migrating databases createted with 4.0 to > 5.0. > > the problems is still the charset. i'm connecting to mysql with php and > when > > i try to use the 5.0 db german special chars are messed up. afaik 4

Re: migrating 4.0 to 5.0

2007-03-05 Thread Martijn Tonies
Hi, > i've still serious trouble in migrating databases createted with 4.0 to 5.0. > the problems is still the charset. i'm connecting to mysql with php and when > i try to use the 5.0 db german special chars are messed up. afaik 4.0 uses > latin charset and 5.0 utf8 by default. can some one pleas

Re: migrating 4.0 to 5.0

2007-03-05 Thread Mario Guenterberg
On Mon, Mar 05, 2007 at 08:30:13AM +0100, Matthias Henze wrote: > hi, > > i've still serious trouble in migrating databases createted with 4.0 to 5.0. > the problems is still the charset. i'm connecting to mysql with php and when > i try to use the 5.0 db german special chars are messed up. afai

migrating 4.0 to 5.0

2007-03-05 Thread Matthias Henze
hi, i've still serious trouble in migrating databases createted with 4.0 to 5.0. the problems is still the charset. i'm connecting to mysql with php and when i try to use the 5.0 db german special chars are messed up. afaik 4.0 uses latin charset and 5.0 utf8 by default. can some one please giv