How to increase import size limit in phpMyAdmin using Xampp server?

You are trying to copy your live site to the offline Xampp server environment but when trying to import the database, you get a filesize error - local xampp phpmyadmin only allows you to import up to 2MB size files. This can however be changed. Increase the limit in the php.ini file. If you are [...]