2011-12-09, 03:37 AM
When I try to import my database with PhpMyAdmin it says...
Has an exclamation mark above the ipaddress
I've switched Web Hosting plans to another server host.
Error
SQL query:
-- MyBB Database Backup
-- Generated: 11th November 2011 at 22:22
-- -------------------------------------
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
Has an exclamation mark above the ipaddress
I've switched Web Hosting plans to another server host.