what version of mySQL are you using? Ill try to back port to non-v5 (but really, v4 is ending for end-of-live support)
Currently, those fields are there to support an upcoming version. Ill remove them in 0.3 (tonight) and attempt to support mySQL4. I dont have it installed and I cant really start installing multiple versions when v4 is so old. The 1.0 release will only support mySQL5...
If you get that error, open the XML file in notepad and delete these three lines (line 21-23) or just install v0.3
ExcludeIPs VARCHAR( 5000 ) NOT NULL ,
ExcludeNames VARCHAR( 5000 ) NOT NULL ,
ExcludeEmails VARCHAR( 5000 ) NOT NULL ,
save and then import the XML
|