MyBB Community Forums

Full Version: :(
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
-- MyBB Database Backup
-- Generated: 09th August 2007 at 14:41
-- -------------------------------------
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:

#1050 - Table 'mybb_adminlog' already exists
Well thanks for the informative title and wealth of information.

What are you doing to cause this? I guess you're restoring your database from a backup.
If so, delete the duplicate tables and upload your back-up again.
destroyer Wrote:If so, delete the duplicate tables and upload your back-up again.
And also backup and delete the title of this thread.Big Grin