View Single Post

   
  #5 (permalink)  
Old 02-28-2008, 09:29 AM
John Nagle
 
Posts: n/a
Default Re: LOAD DATA doesn't seem to work with CHARACTER SET. Is that featurein released MySQL 5.0?

Axel Schwenke wrote:
> John Nagle <nagle@animats.com> wrote:
>
>>Axel Schwenke wrote:


> Hehe. You're experiencing the time lag between updating the
> documentation repository and releasing a new version.
> To get this feature, you have to checkout MySQL source code
> from the public bk repository and compile yourself:
>
> http://dev.mysql.com/doc/refman/5.0/...urce-tree.html
>
> Sorry for the inconvenience but apparently this is a "bleeding
> edge" feature...


I know. I spent most of Sunday trying to figure out why
my LOAD DATA command wouldn't work. Actually, I didn't
need a CHARACTER SET clause; everything (server, database, tables,
connection, client) is configured for utf8, and the default
for LOAD FILE should then be utf8 too.

John Nagle
Reply With Quote