MyBB Community Forums

Full Version: Having trouble restoring a backup.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have two database backups that I am trying to restore but am getting errors. After following the instructions listed here (https://docs.mybb.com/1.8/install/database-restore/), I get the following errors:

phpMyAdmin - Error
Incorrect format parameter

&

SQL query:


-- MyBB Database Backup
-- Generated: 'Date' at 'Time'
-- -------------------------------------

CREATE TABLE asl_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

#1046 - No database selected


Any help?
Quote:#1046 - No database selected
using phpMyAdmin (or similar database manager) have you created a new database ,
added user & privileges AND selected it to import your backup ?