I was making a wordpress site on my localhost using xampp and now I want to upload it to a hosting server. But when i want to import the datebase from phpMyAdmin I get this error:

Error
SQL query:
--
-- Database: cdcol
-- --------------------------------------------------------
-- Table structure for table cds
CREATE TABLE IF NOT EXISTS cds (
titel VARCHAR( 200 ) COLLATE latin1_general_ci DEFAULT NULL ,
interpret VARCHAR( 200 ) COLLATE latin1_general_ci DEFAULT NULL ,
jahr INT( 11 ) DEFAULT NULL ,
id BIGINT( 20 ) UNSIGNED NOT NULL
) ENGINE = MYISAM AUTO_INCREMENT =7 DEFAULT CHARSET = latin1 COLLATE = latin1_general_ci;
MySQL said: Documentation
1046 - No database selected
What is the problem and what I need to do to solv it?