MyBB Community Forums

Full Version: BackUp error !
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i'm getiing this error when i try to upload my backup to my new forum..


Error

SQL query:

-- MyBB Database Backup
-- Generated: 09th March 2010 at 13:30
-- -------------------------------------
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: Documentation
#1050 - Table 'mybb_adminlog' already exists
Says what it says, there's already an adminlog table in the database you're trying to import this backup to, you'll need to delete all existing tables from the database with a prefix of mybb_ first.