Spybot S&D
03-29-2008, 03:37 PM
Well, we just switched hosts. I downloaded the old database using phpMyAdmin, like i've done in the past (We've switched a few times now). I set up the BigDump script, and tried to run it. Here's what I got:
Error at the line 27: ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Query: --
--
--
--
CREATE TABLE `access` (
`userid` int(10) unsigned NOT NULL default '0',
`forumid` smallint(5) unsigned NOT NULL default '0',
`accessmask` smallint(5) unsigned NOT NULL default '0',
PRIMARY KEY (`userid`,`forumid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
MySQL: Table 'access' already exists
Help Please?
Error at the line 27: ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Query: --
--
--
--
CREATE TABLE `access` (
`userid` int(10) unsigned NOT NULL default '0',
`forumid` smallint(5) unsigned NOT NULL default '0',
`accessmask` smallint(5) unsigned NOT NULL default '0',
PRIMARY KEY (`userid`,`forumid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
MySQL: Table 'access' already exists
Help Please?