MyBB Community Forums

Full Version: Importing a backup.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I have to import a backup for my site and when I do, I get this:

SQL query: 

--
-- Database: `technolo_db1`
--
-- --------------------------------------------------------
--
-- Table structure for table `mybb_adminlog`
--
CREATE TABLE IF NOT EXISTS `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:  

#1046 - No database selected 

What do I do?
Select a database. (If this is in phpMyAdmin, select a database on the left first and then use that database's import tab, instead of the main one).
I figured it out Toungue