In this article we have shown How to fix the “Script timeout passed, if you want to finish import, please resubmit the same file and import will resume” error. So let’s go to solve this error.
Step:- 1
Open XAMPP and stop MYSQL
Step:- 2
Go to the below path
C:\xampp\mysql\bin
Step: 3
Open C:\xampp\mysql\bin\ my.ini in notepad++ and search the code max_allowed_packet=1M then replace the code max_allowed_packet=1024M
Then replace the code max_allowed_packet=1024M and save then exit file.
Step:- 4
Restart the xampp and go to phpyadmin and drop all table whatever you have uploaded before, and upload again then your problem has been solved.