MyBB Community Forums

Full Version: DB importing error?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im trying to import mybb database in to my new hosting provider via phpmyadmin but i dont know y i am getting an error saying:

Error

SQL query:

-- MyBB Database Backup
-- Generated: 27th February 2014 at 14:31
-- -------------------------------------
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.....

Any help please, thank you.......
you have to create a new database (empty database) and import your backup into it.
(2014-02-27, 08:18 PM).m. Wrote: [ -> ]you have to create a new database (empty database) and import your backup into it.

I tried but still the same problem......

what happen is, the first time it says (time out, please select the same file again and it will continue) then when importing it again then it gives the error (#1050 - Table 'mybb_adminlog' already exists )