2007-10-29, 10:47 AM
Ive transferred my site over to a new host. Ive reinstalled everything but when i try to upload the old database i get this error:
Error
SQL query:
-- MyBB Database Backup
-- Generated: 28th October 2007 at 08:22
-- -------------------------------------
CREATE TABLE
KEY
) ENGINE = MYISAM DEFAULT CHARSET = latin1;
MySQL said: Documentation
#1050 - Table 'mybb_adminlog' already exists
Error
SQL query:
-- MyBB Database Backup
-- Generated: 28th October 2007 at 08:22
-- -------------------------------------
CREATE TABLE
mybb_adminlog
(uid
int( 10 ) unsigned NOT NULL default '0',dateline
bigint( 30 ) NOT NULL default '0',scriptname
varchar( 50 ) NOT NULL default '',action
varchar( 50 ) NOT NULL default '',querystring
varchar( 150 ) NOT NULL default '',ipaddress
varchar( 50 ) NOT NULL default '',KEY
scriptname
( scriptname
, action
)) ENGINE = MYISAM DEFAULT CHARSET = latin1;
MySQL said: Documentation
#1050 - Table 'mybb_adminlog' already exists