First,I use mysql-4.1.12.
Old script shipped with 1.3.11p1 can not import
pgsrc/PgsrcTranslation correctly because of several
problems of mysql and the scripts itslef.Let me say:
CREATE TABLE page (
..
pagename VARCHAR(100) BINARY NOT NULL,
..
) CHARSET=latin1;
However,this will failed,even if start mysqld with
default-character-set and default-collation
defined."CHARSET=latin1" should be removed,use utf8 .
I upload my mysql-initialize-utf8.sql,it can import
pgsrc/PgsrcTranslation correctly,and make the wiki
support utf8 page_name/contents added and modified only
by set CHARSET = "utf-8" in config.ini.
mysql-initialize-utf8.sql