MyBB Community Forums

Full Version: installing existing database
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 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
Delete the duplicate table (mybb_adminlog, and maybe others) and import your database again.
your pretty good thats worked, thank you
No problem! Glad it's working Smile
destroyer's good!