Endless Paradigm

Full Version: Migraine!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, I have a new host (000webhost is just too annoying) and I'm working on moving my MyBB forum. I used PHPMyAdmin to dump the database and I'm trying to import it with my new host's PHPMyAdmin. Thing is, I get this error.

Code:
SQL query:

--
-- Database: `a4377973_mybb`
--
-- --------------------------------------------------------
--
-- Table structure for table `mybb_adminlog`
--
CREATE TABLE `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: Documentation
#1046 - No database selected


I really have no idea what to do. :/

You need to create a database and "enter" this database before you can run queries.
Huh...I feel kinda stupid now. Thanks Zinga. :P
Reference URL's