Thursday, 22 August 2013

Increase the file size limit in phpmyadmin

Increase the file size limit in phpmyadmin

I have a sql file 480,396kb. i could not import the file in my phpmyadmin
in this memory limit
is (Max: 128MiB) only. When i import the sql file its showing the error
You probably tried to upload a file that is too large. Please refer to
documentation for a
workaround for this limit.
I changed the memory limit in php.ini file both
upload_max_filesize and post_max_size also.

No comments:

Post a Comment