Increase Import Maximum file size in phpmyadmin
Here are the steps to increase the import file size in phpmyadmin. Usually phpmyadmin allows to import sql files maximum of 2M (i.e 2,048kb). To increase the maximum file size do the following changes in php.ini file.
If you are using windows ,the php configuration file can be located in your server (wampp or xampp) -> php folder.
Find
upload_max_filesize =2M
in the file,
change the value acording to your need. Here I changed the value to 10M i.e , it allows to import sql files maximum of 10 Mb.
upload_max_filesize = 10M
0 comments:
Post a Comment