Jump to content

My SQL error spambot already exists


Guest

Recommended Posts

Trying to upgrade from 3.0.10 to 3.0.15 I got all the files uplaoded and ran the first script fine but when I run the script for 3.0.11-3.0.12 I get this error:

MySQL Error Occured

1050: Table 'CubeCart_SpamBot' already exists

QUERY = CREATE TABLE `CubeCart_SpamBot` (`uniqueId` varchar(32) NOT NULL, `spamCode` varchar(5) NOT NULL, `userIp` varchar(15) NOT NULL,`time` int(10) NOT NULL default '0', PRIMARY KEY (`uniqueId`), UNIQUE KEY `uniqueId` (`uniqueId`) ) TYPE=MyISAM

Any idea what to do? I know knothing about about php or databases.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...