rmar
Member
I've been moving server hosts, so I downloaded a .sql file for the site's database from phpMyAdmin on the old site, and then now I'm tring to import it on the new site. However, I'm getting an error and I'm not sure what/if there is anything I can do to fix it.
This is the error:
If you can give me any kind of suggestion, that would be great!
This is the error:
Code:
SQL query:
--
-- Database: `ghost`
--
-- --------------------------------------------------------
--
-- Table structure for table `EWRcarta_cache`
--
CREATE TABLE IF NOT EXISTS `EWRcarta_cache` (
`page_id` int( 10 ) unsigned NOT NULL ,
`cache_date` int( 10 ) unsigned NOT NULL ,
`cache_content` mediumtext NOT NULL ,
PRIMARY KEY ( `page_id` )
) ENGINE = InnoDB DEFAULT CHARSET = utf8;
MySQL said: Documentation
#1046 - No database selected
If you can give me any kind of suggestion, that would be great!