Increase / Change MySQL Import Size in PHPMyAdmin

By default the size limit for importing MySQL database is 2 MB. To increase this limit you will have to change the php.ini file which can be located in C:\WAMP\BIN\Apache\php.ini if you are using WAMP. Search upload_max_filesize upload_max_filesize represents the size of one file which you can import. Change  it’s value to the desired size, …