Christian Wollmann wrote:

By the way: Perhaps you could tell me how I can determine/change the encoding of the database?

SHOW CREATE DATABASE db_name;

ALTER DATABASE db_name
    [[DEFAULT] CHARACTER SET charset_name]
    [[DEFAULT] COLLATE collation_name];

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

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

Reply via email to