Solving PHPMYADMIN import file size
I got a problem when trying to import SQL file using PHPMyAdmin. my PHPMyAdmin allow import file with max size 2M, actually my SQL file has 16MB. You can solve this problem by editing the php.ini file.
If you running linux with apache2 and PHP 5, use command sudo gedit /etc/php5/apache2/php.ini
If you have running XAMPP, \xampp\apache\bin\php.ini
Find the upload_max_filesize and change the value to 32MB. If your file bigger than 32MB, change it as what you need. Then restart your apache server.




Comments (1)
Ivan Kristianto
April 2nd, 2009 at 3:35 am
Hmm… Sapa dulu dong gurunya :p
Leave a reply