I'm trying to install vBulletin on my C: Drive usin xampp, I've never had any problems doing this before but now when I try to do it I recieve this error...
Any help would be appreciated.
Thanks
Code:
Database error in vBulletin : Invalid SQL: CREATE TABLE vb3_bbcode ( bbcodeid SMALLINT UNSIGNED NOT NULL AUTO_INCREMENT, bbcodetag VARCHAR(200) NOT NULL DEFAULT '', bbcodereplacement MEDIUMTEXT, bbcodeexample VARCHAR(200) NOT NULL DEFAULT '', bbcodeexplanation MEDIUMTEXT, twoparams SMALLINT NOT NULL DEFAULT '0', title VARCHAR(100) NOT NULL DEFAULT '', buttonimage VARCHAR(250) NOT NULL DEFAULT '', options INT UNSIGNED NOT NULL DEFAULT '1', PRIMARY KEY (bbcodeid), UNIQUE KEY uniquetag (bbcodetag, twoparams) ); MySQL Error : Specified key was too long; max key length is 767 bytes Error Number : 1071 Request Date : Tuesday, February 8th 2011 @ 03:01:41 PM Error Date : Tuesday, February 8th 2011 @ 03:01:42 PM Script : http://localhost/vb/install/install.php?step=3 Referrer : http://localhost/vb/install/install.php?step=2 IP Address : ******* Username : Classname : vB_Database MySQL Version : 5.5.8
Thanks
Comment