I finally upgraded to 4.0.17 to be able to use the support for Unicode but I have problems running any of the examples I have seen to use th 'CHARACTER SET' option when creating tables. For example, even the following doesn't work:

CREATE DATABASE db_name
  CHARACTER SET latin1 COLLATE latin1_swedish_ci;

Am I doing anything wrong? How should I create tables (or columns)
using UTF8 encoding?

By the way, is there a location to look at the manual for 4.0 version?

Thanks,

-Jalil




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



Reply via email to