I'm upgrading from 1.8.6 to 1.8.24 with a clean installation.
Previously I backed up the database (selected everything) and used the default settings.
Now, when I try using phpmyadmin to import the sql.gz the following error message is presented;
How can I fix this?
Thanks
Previously I backed up the database (selected everything) and used the default settings.
Now, when I try using phpmyadmin to import the sql.gz the following error message is presented;
Error
SQL query:
-- MyBB Database Backup
-- Generated: 11th February 2021 at 16:26
-- -------------------------------------
CREATE TABLE `mybb_adminlog` (
`uid` int(10) unsigned NOT NULL DEFAULT '0',
`ipaddress` varbinary(16) NOT NULL DEFAULT '',
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
`module` varchar(50) NOT NULL DEFAULT '',
`action` varchar(50) NOT NULL DEFAULT '',
`data` text NOT NULL,
KEY `module` (`module`,`action`),
KEY `uid` (`uid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8
MySQL said: Documentation
#1050 - Table 'mybb_adminlog' already exists
How can I fix this?
Thanks