Mysql – PHPMyAdmin Import large (70 MB) file

MySQLPHP

I am trying to import a 70 MB .sql file in PHPMYADMIN but it give me the limit error:

You probably tried to upload too large file. Please refer to documentation for ways to workaround this limit.

I have changed the values of upload_max_filesize, memory_limit and post_max_size in the php.ini and have restarted xampp but its still not working ??? please help

Best Answer

Maybe the phpmyadmin import formulary is block your upload. Look next to upload form field the max value, if it is less then 70mb you can increase it on MAX_FILE_SIZE hidden field.