If you are getting the message below while importing a file in phpmyadmin, then you are at right place.
Follow the steps below to resolve the issue.
- Go to c:\xampp\phpmyadmin
- Create a new folder "upload" in this directory. Place the file you want to import in upload directory.
- Open the file c:\xampp\phpmyadmin\config.inc.php
- Add the following code at the end of this file.
- Go to http://localhost/phpmyadmin/ --> import
- You will see a drop down list just like below. Select the file you want to import from the list and click Go.
I hope it helped. Feel free to comment...