Import mysql db problem
#1


Help please! it happens when i try impot database in Denver
Reply
#2

What is the name of your .sql file?
Reply
#3

Quote:
Originally Posted by Parallex
Посмотреть сообщение
What is the name of your .sql file?
mydb.sql
Reply
#4

Quote:
Originally Posted by OmegaKiller72
Посмотреть сообщение
mydb.sql
Try renaming it to fts.sql and reuploading it.
Reply
#5

Quote:
Originally Posted by Parallex
Посмотреть сообщение
Try renaming it to fts.sql and reuploading it.
the same error
Reply
#6

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

Thank you all! i removed that lines in database and it work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)