I have Wamp server and i have a database file ,but i don't have the sql file for this database. I want to import this database , i tried to copy the file into "C:\wamp\bin\mysql\mysql5.7.9\data" file , but its not work. Is there any way to import this data without the sql file ?
Asked
Active
Viewed 121 times
-1
-
What version of MYSQL was being used when the database was created? Was it also created using MYSQL5.7.9? – RiggsFolly Jun 07 '16 at 11:19
-
Is your database a MYISAM or INNODB type? – RiggsFolly Jun 07 '16 at 12:48
1 Answers
0
if it is myisam, it is proabalby possible using the method you tried. But there is no way this can work with an innodb database.
innodb store informations in a file common to multiple databases.
Paul
- 102
- 3