How to increase file upload limit in phpmyadmin/wordpress or any other related web application
first locate the php.ini using http://gabhi.com/where-is-my-php-ini/
then update following values in the php.ini to suit your need
post_max_size = 8M
upload_max_filesize = 2M