I'm moving some of my sites to a new virtual dedicated server and having just installed phpMyAdmin I've noticed that it has the maximum file size permitted for uploading text files is a very small 2048 KB. I can't seem to find anywhere to set this value in phpMyAdmins config files - so I assume it must be somewhere in php.ini. I've looked through my php.ini file and although some values sound like they could be right, their values are way larger than 2048KB. Any ideas on how I can change this limit?
It's a PHP settings (in your php.ini file). Specifically check the post_max_size and upload_max_filesize settings in php.ini