How to import big sql file in Phptheadmin

phpmyadmin

I am having a big sql file( 16mb) and all i need is to upload it to the Phpmyadmin to work with it in my localhost. I'm a newbie here in Php/MySql and i want to know about the details regarding the work.So, please suggest me the best.

Cheers and waiting for response.

Best Answer

Maximum file size you can upload is specified in your php.ini [ the configuration file for php ]. You would like to look for upload_max_filesize = 2M and change it to something else, for example 20M. You can also try to compress your file size, phpadmin accepts many different archives, like zip, gz etc.