I get to step 4 and it gives this error. I am running mySQL 3.22 and PHP3
<body><p>Setting up tables...</p>
<!-- Database error in vBulletin Installer: Invalid SQL: CREATE TABLE session (
sessionid MEDIUMINT UNSIGNED AUTO_INCREMENT NOT NULL,
userid SMALLINT UNSIGNED NOT NULL,
ipaddress CHAR(20) NOT NULL,
lastactivity INT UNSIGNED NOT NULL,
location CHAR(250) NOT NULL,
PRIMARY KEY(sessionid)
)
mysql error: parse error near 'NOT NULL,
userid SMALLINT UNSIGNED NOT NULL,
ipaddress CHAR(20) NOT NULL,
' at line 2
mysql error number: 1064
Date: Wednesday 28th of February 2001 01:49:10 PM
Script: /talk/admin/install.php3?step=4
Referer: [url]http://www.botcw.com/talk/admin/install.php3?step=3[/url]
<body><p>Setting up tables...</p>
<!-- Database error in vBulletin Installer: Invalid SQL: CREATE TABLE session (
sessionid MEDIUMINT UNSIGNED AUTO_INCREMENT NOT NULL,
userid SMALLINT UNSIGNED NOT NULL,
ipaddress CHAR(20) NOT NULL,
lastactivity INT UNSIGNED NOT NULL,
location CHAR(250) NOT NULL,
PRIMARY KEY(sessionid)
)
mysql error: parse error near 'NOT NULL,
userid SMALLINT UNSIGNED NOT NULL,
ipaddress CHAR(20) NOT NULL,
' at line 2
mysql error number: 1064
Date: Wednesday 28th of February 2001 01:49:10 PM
Script: /talk/admin/install.php3?step=4
Referer: [url]http://www.botcw.com/talk/admin/install.php3?step=3[/url]
Comment