MyBB Community Forums

Full Version: Help me restore my database .
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello there .

Before opening this thread i was in wiki mybb and see how to restore . Im trying now to restore it in phpmyadmin after trying the bigdump.php

Im getting an error in phpmyadmin when i try to restore it , check this :

Error

SQL query:

-- MyBB Database Backup
-- Generated: 28th April 2010 at 15:45
-- -------------------------------------
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 

#1050 - Table 'mybb_adminlog' already exists

If this table allready exists what should i do to restore it .

Please help me /
The database you're importing this database to already has MyBB tables in it, if you want to import the backup to this table you'll need to drop the current tables before importing new ones with the same name.