Ok, open your database backup file with notepad. You will see
Code:
--
-- Database: `codarkness`
--
-- --------------------------------------------------------
Replace that part with
Code:
--
-- Create schema codarkness
--
CREATE DATABASE IF NOT EXISTS codarkness;
USE codarkness;
-- --------------------------------------------------------
Then load it into Sql, and all should work fine.