|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Dušan Pavlica (pavlica
unidataz.cz)
Date: Mon Oct 29 2007 - 02:26:22 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Are you sure your file is coded in utf8? Character set of your file must
be same as charset of your database.
Dusan
Caleb Racey napsal(a):
> Does anyone know how to get the load data infile command to load utf8 data?
>
> I have setup a database as utf8 with a collation of utf8_general_ci, the
> mysqld server is started with --character-set-server=utf8. Server variables
> say character_set_database = utf8. I use the sql below
>
> LOAD DATA INFILE 'filename' REPLACE INTO TABLE db.table CHARACTER SET utf8
> FIELDS TERMINATED BY '\t' LINES TERMINATED BY '\n'
>
> Yet when i try to load a file with an accented value in it e.g. "Agustín"
> the value gets truncated to "Agust"
>
> anyone got any solutions to this?
>
> Regards
>
> Cal
>
>
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]