I used restore command to restore a .bak
file in MySQL Server, but I got an error as its no longer valid, it's only allowed to server version 5.5.0. Currently I'm using version 5.7.13.
Asked
Active
Viewed 4,174 times
0
-
1Those **aren't** SQL Server versions ..... sounds more like **MySQL** versions .... are you **SURE* you're using (Microsoft) **SQL Server**??? Otherwise please re-tag your question to the actual database system you're using! – marc_s Aug 16 '16 at 09:26
-
1@marc_s thanks for edit, its MYSQL – Ankit Aug 16 '16 at 09:29
-
Have you followed the steps here: http://stackoverflow.com/questions/156279/how-to-import-a-sql-server-bak-file-into-mysql - what is the error message? – Carl Casbolt Aug 16 '16 at 09:36
1 Answers
2
Import the .bak
file into SQL Server and then use mysql migration toolkit.

Shravan40
- 8,922
- 6
- 28
- 48