Page 1 of 1

Error Cannot import SQL file

PostPosted: 12. February 2016 17:05
by louise1993
Error
SQL query:


CREATE TABLE IF NOT EXISTS `autocomplete` (
`product_name` varchar(50) DEFAULT NULL,
UNIQUE KEY `product_name` (`product_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8
MySQL said: Documentation

#1046 - No database selected
--------------------------------------------------------------
What should i do ? , Thanks.

Re: Error Cannot import SQL file

PostPosted: 12. February 2016 17:30
by Nobbie
louise1993 wrote:What should i do ? , Thanks.


Select a database before starting the Import.