Hello.




If all your data has the same encoding it shouldn't be a problem.

Just check that character_set_server and character_set_database

variables have 'utf8' value for each database in which you're going

to import data. Than invokes mysql with --default-character-set =

'encoding_of_your_data'. All tables should be created with default utf8

charset and data will be converted to utf8 during the import. See:

  http://dev.mysql.com/doc/mysql/en/charset-map.html







Miles Keaton <[EMAIL PROTECTED]> wrote:

> I've got some years-old MySQL databases mostly in 4.0, but one server

> running 3.23 that are all using the default encoding.

> 

> I want to update all their data to 4.1 with UTF-8 encoding.

> 

> Anyone done this kind of dump-and-update?    Any advice to share or

> good URLs you've seen with others' advice about this?

> 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to