15.07.2016, 21:11
This line was found in the file you are trying to import:
As you can see, it is empty; thus an incorrect database name. The correct line would be:
So either find and fix that line or remove it completely - the database has been created already.
PHP код:
CREATE DATABASE `` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
PHP код:
CREATE DATABASE IF NOT EXISTS `fts` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;