Posted - 05/13/2021 : 12:11:54
Trying to back/ duplicate my db I have exported my existing Db from mysql as a gz compression file, when im importing in into a new db its throwing up this
Error
SQL query:
-- -- Database: `*******` --
-- --------------------------------------------------------
-- -- Table structure for table `abandonedcartemail` --
CREATE TABLE IF NOT EXISTS `abandonedcartemail` ( `aceID` int(11) NOT NULL, `aceOrderID` int(11) NOT NULL DEFAULT '0', `aceDateSent` datetime DEFAULT NULL, `aceKey` varchar(255) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
MySQL said: Documentation #1046 - No database selected
|