討論:MediaWiki 中文化
出自 MozTW Wiki
請問在安裝mediawiki時的語系選擇是不是要先選英文再來作中文化的動作呢? 我的伺服器狀態採用The AppServ Open Project - 2.5.4a for Windows
- Apache Web Server Version 2.0.54
- PHP Script Language Version 5.0.4
- MySQL Database Version 4.1.12a
- phpMyAdmin Database Manager Version 2.6.2-pl1
當我用選擇utf8時安裝過程出現下列的錯誤訊息
* PHP 5.0.4: ok
* PHP server API is apache2handler; ok, using pretty URLs (index.php/Page_Title)
* Have XML / Latin1-UTF-8 conversion support.
* PHP is configured with no memory_limit.
* Have zlib support; enabling output compression.
* Neither Turck MMCache nor eAccelerator are installed, can't use object caching functions
* GNU diff3 not found.
* Found GD graphics library built-in, image thumbnailing will be enabled if you enable uploads.
* Installation directory: C:\AppServ\www\mediawiki
* Script URI path: /mediawiki
* Warning: $wgSecretKey key is insecure, generated with mt_rand(). Consider changing it manually.
* Trying to connect to MySQL on localhost as root...
o Connected as root (automatic)
* Connected to 4.1.12a-nt; enabling MySQL 4 enhancements
* Warning: $wgSecretKey key is insecure, generated with mt_rand(). Consider changing it manually.
* Database wikidb exists
* Creating tables... using MySQL 3/4 table defs...Query "CREATE TABLE wikidb_categorylinks ( cl_from int(8) unsigned NOT NULL default '0', cl_to varchar(255) binary NOT NULL default , cl_sortkey varchar(86) binary NOT NULL default , cl_timestamp timestamp NOT NULL, UNIQUE KEY cl_from(cl_from,cl_to), KEY cl_sortkey(cl_to,cl_sortkey), KEY cl_timestamp(cl_to,cl_timestamp) ) TYPE=InnoDB" failed with error code "Specified key was too long; max key length is 1000 bytes".
請問我要如何修正這個錯誤呢?
