Home > Database > phpMyAdmin > body text

How to adjust the phpmyadmin import database file size limit

王林
Release: 2019-12-09 13:57:35
Original
1907 people have browsed it

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!

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!