Hello,
In Step 4 of vBulletin 2.2.9 (I know it's old but I don't really need to update) I get to "creating table admin log" then I get a MySQL database error 1067. The exact error:
Anyone help?
Thanks,
-Phat Papa Pete
In Step 4 of vBulletin 2.2.9 (I know it's old but I don't really need to update) I get to "creating table admin log" then I get a MySQL database error 1067. The exact error:
Code:
<!-- Database error in vBulletin Installer : Invalid SQL: CREATE TABLE adminlog ( adminlogid int(10) unsigned DEFAULT '0' NOT NULL auto_increment, userid int(10) unsigned DEFAULT '0' NOT NULL, dateline int(10) unsigned DEFAULT '0' NOT NULL, script char(20) NOT NULL, action char(20) NOT NULL, extrainfo char(200) NOT NULL, ipaddress VARCHAR(15) NOT NULL, PRIMARY KEY (adminlogid) ) mysql error: Invalid default value for 'adminlogid' mysql error number: 1067 Date: Tuesday 20th of December 2005 03:21:16 PM Script: /.../forum/admin/install.php?step=4&resetdatabase=yes Referer: http://.../forum/admin/install.php?step=4&reset=1 -->
Thanks,
-Phat Papa Pete
Comment