2011-09-16, 03:15 AM
SQL query:
-- MyBB Database Backup
-- Generated: 15th September 2011 at 09:28
-- -------------------------------------
CREATE TABLE
KEY
) ENGINE = MYISAM DEFAULT CHARSET = utf8;
MySQL said:
#1050 - Table 'mybb_adminlog' already exists
Could someone help me with this error. Thank you in advance.
-- MyBB Database Backup
-- Generated: 15th September 2011 at 09:28
-- -------------------------------------
CREATE TABLE
mybb_adminlog
(uid
int( 10 ) unsigned NOT NULL DEFAULT '0',ipaddress
varchar( 50 ) NOT NULL DEFAULT '',dateline
bigint( 30 ) NOT NULL DEFAULT '0',module
varchar( 50 ) NOT NULL DEFAULT '',action
varchar( 50 ) NOT NULL DEFAULT '',data
text NOT NULL ,KEY
module
( module
, action
) ) ENGINE = MYISAM DEFAULT CHARSET = utf8;
MySQL said:
#1050 - Table 'mybb_adminlog' already exists
Could someone help me with this error. Thank you in advance.