I downloaded the files from my site so that I can edit the files in my localhost however I can't import the database that I downloaded from the Live site and this is the error. How can I fixed this?
SQL query:
--
-- Table structure for table `island_commentmeta`
--
DROP TABLE IF EXISTS `island_commentmeta` ;
MySQL said: Documentation
#1046 - No database selected
Before Importing you need to click on the database in which you need to import and then click on import button. I'm sure you will get rid of this error then.
You forgot the select the db
DROP TABLE IF EXISTS db_name.island_commentmeta ;