Extension talk:AntiSpoof/ja
Add topicAppearance
Latest comment: 16 years ago by Purunus
データベースの文字コードをUTF-8にしている為か、patch-antispoof.sqlの内容のままではエラーがでました。エラーの内容は次の通り
#1071 - Specified key was too long; max key length is 1024 bytes
そこで、"代替のmysqlテーブル"のSQLを実行すると次のエラーがでます。
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' `su_normalized` varchar(164) default NULL, `su_legal` tinyint(1) default NULL' at line 2
どうするんでしょう?varchar(85)でなら作成できましたが--Purunus 02:13, 22 June 2008 (UTC)