How to import large database and track its progress in windows os
I have really large database to upload. its 5gb in size. I know command
line way to import such large files as-
mysql -u {uname} -p {password} {dbname} < {file name.sql}
It works but since database is so large I am not sure when it will finish
uploading. I have tried refreshing phpmyadmin but it always remains then
same like nothing happing.
So if anyone can tell me a way to track its progress on windows os i would
really appreciate that help.
Note: The command is working , it creates 5 tables and did 175 entries but
after that there is no change.
No comments:
Post a Comment