Thread: Encoding
View Single Post

  #3 (permalink)  
Old 04-26-2007
Joachim Durchholz
 
Posts: n/a
Default Re: Encoding

lark schrieb:
>
> ALTER TABLE table_XXX CONVERT TO CHARACTER SET utf8 COLLATE
> utf8_persian_ci;
>
> replace collation and/or character set as appropriate


Wouldn't you have to alter the column definitions as well?
IIRC altering the table would only change the defaults for columns that
are added without specifying a character set and collation.

Regards,
Jo
Reply With Quote