Import large csv file using phpMyAdmin

Getting Error while upload large file from phpMyAdmin:

Soution:

change the memory limit in php.ini file both

upload_max_filesize and post_max_size also.

Then restart the httpd service (web service)

 

 

Leave a Comment