1) phpMyAdmin Import Database size limit modification

Source: Internet
Author: User
Tags form post import database phpmyadmin

phpMyAdmin The default Import database file size is 2M, but the general Web site's database exported files will exceed this limit, to import more than 2M database files need to manually modify the php.ini configuration file! Recent projects encountered this problem, by the way to record the solution, I hope to be helpful to everyone.

In the php.ini file, modify:

upload_max_filesize 8M(that is, the maximum allowable upload file size, the default is 2M, modify the value of the size of the custom)

Also make the following changes:
post_max_size 8M (refers to the maximum value that can be received by a form post to PHP, including all values in the form, default is 8M)

PHP.ini will take upload_max_filesize and Post_max_size 2 The configured small Value entry is a valid value for the Import database file size limit, so two needs to be modified.

1) phpMyAdmin Import Database size limit modification

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.