In this tutorial i’m going to solve Error (Missing expression near “ON” at position 25) while importing Table for WORDPRESS ( A foreign key Error). So follow this tutorial i have solve this issue in this tutorial.
Some time When we import the large database file then shows the errors like as below:
1st step
Xampp stop
2nd step go to below path
C:\xampp\mysql\bin
3rd step search below code and replace as define below
max_allowed_packet=1M
Change code
max_allowed_packet=1024M
Save and exit.
4th step
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.
Thanks for learning 👍👍