Home  >  Article  >  Database  >  How to adjust the phpmyadmin import database file size limit

How to adjust the phpmyadmin import database file size limit

王林
王林Original
2019-12-09 13:57:351915browse

How to adjust the phpmyadmin import database file size limit

phpMyAdmin import file size is controlled through upload_max_filesize and post_max_size. phpMyAdmin will determine the smaller value of the two configurations upload_max_filesize and post_max_size The item is a valid value for the import database file size limit, so to modify the import file size, both configuration parameters must be modified.

Instructions:

How to adjust the phpmyadmin import database file size limit

Modification method:

1. Open the php.ini configuration file;

2. Modify upload_max_filesize, the default is 2M, just change it to the size you want;

3. Modify post_max_size, change it to the size you want;

4. The option file_uploads defaults to on, If it is not on, please change it to on.

How to adjust the phpmyadmin import database file size limit

Recommended related articles and tutorials: phpmyadmin tutorial

The above is the detailed content of How to adjust the phpmyadmin import database file size limit. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn