MyBB Community Forums

Full Version: Backup uploading error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have installed Mybb 1.6 version on my forum and when I was uploading backup it gave an error:


Quote:-- MyBB Database Backup
-- Generated: 26th December 2010 at 16:44
-- -------------------------------------
CREATE TABLE tudonoforum_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;

Mensagens do MySQL : DocumentaĆ§Ć£o
#1050 - Table 'tudonoforum_adminlog' already exists


What should I do?
Thanks
Says what it says, the tables already exist. You've already got MyBB tables in the database you're importing the backup into, it can't import a table with the same name again, you'll have to drop them, and then import the backup.
It work thanks.
I have already uploaded the backup but I d'ont see any change on my forum.
Sorry my ignorance but shoul I do something more?