Click here to Skip to main content
15,893,266 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
my database which has extension .sql and its not being import in wamp server,phpmyadmin its generate error like
CSS
SQL query:

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;


MySQL said: Documentation

#1065 - Query was empty

when i am import database my setting is like this.
Location of import file : prj_mgt.sql
Character set of file:utf8
format of imported file : SQL
what is the solution for that? thanks in advance who help me....
Posted
Updated 10-Oct-14 19:20pm
v2

It is better to create the script file for the database instead of importing the database.
Run the sql file directly.
 
Share this answer
 
ohhh its just simple I am create same name database in phpmyadmin
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900