I need a little help, I hope this hasn't already been posted...
I started to install this a while back, then ended up upgrading my vB to 3.0.1... so now when I try to run the install, I get this error message---
Quote:
Database error in vBulletin 3.0.1:
Invalid SQL:
CREATE TABLE vbgarage_images (
`vbgarageid` smallint(6) unsigned NOT NULL auto_increment,
`userid` int(10) unsigned NOT NULL default '0',
`name` varchar(50) NOT NULL default '',
`data` longblob NOT NULL,
`type` varchar(50) NOT NULL default '',
PRIMARY KEY (`vbgarageid`)
) TYPE=MyISAM AUTO_INCREMENT=1
mysql error: Table 'vbgarage_images' already exists
mysql error number: 1050
Date: Thursday 17th of June 2004 09:45:41 PM
|
Unfortunately, I can't get past that to finish the rest of the install... how do I do it manually?
LOL I've read the install.php, and I see the queries, but I don't know exactly what to do with them, or how to tell which ones I need?