0

I have a MySQL dump (.sql file) which I want to restore. I am trying to restore it using Navicat, but somehow I just can't do this. Maybe I am missing some info here. I have tried following the steps in this link http://www.navicat.com/manual/online_manual/en/navicat/win_manual/DumpExecuteSQL.html But the Execute SQL File is grayed out. Any idea of how to proceed? I am at lost here.

refresh
  • 1,319
  • 2
  • 20
  • 71

2 Answers2

0

Try to uncheck "Run multiple queries in each execution".

enter image description here

Hope this helps.

Osoian Marcel
  • 345
  • 3
  • 14
0

Make sure the database is created first. After creating the database, right click on the database and select Execute sql file. After selecting this, you will get a popup window where you can select your sql file and click on start. Now all the data from the backup will be loaded in your database.

MichielB
  • 4,181
  • 1
  • 30
  • 39