Check the progress of Data Import/Restore MySQL in Windows

Harsh Singh picture Harsh Singh · Dec 14, 2016 · Viewed 8.6k times · Source

I am new to MySQL. I have a decent machine and have been importing a 16gb .sql database since yesterday. The progress bar doesn't show anything but it does say Import is running.... I have searched everywhere and there is no clear solution to know the progress of the import process in Windows.

I have tried:

SHOW PROCESSLIST 

and

SHOW DATABASES

but it doesnt help me indicate an ETA or I don't know what im looking at.

I am running on MySQL workbench 6.3.7. Will you guys be able to help me?

Answer

Ithar picture Ithar · Jul 25, 2017

I have also been looking for something to tell me the progress of my import.
Assuming that you are using MySQL Workbench then unfortunately the import status seems to not show anything if you tried to import via Server > Data Import. The only suggestion I would give is to monitor the status from Server > Status; there you can see CPU usage plus other info.

Also depending on your dump you can try File > Run SQL Script ... this will give a progress bar.

My Env

OS: Windows 10

RAM: 16GB

MySQL: 5.7.10