Home > php教程 > php手册 > 修改phpmyadmin导入文件大小方法

修改phpmyadmin导入文件大小方法

WBOY
Release: 2016-06-13 10:09:14
Original
1131 people have browsed it

如果我们利用phpmyadmin 导入文件时发现提示文件太大导入不成功,后来百度才知道我们可修改php.ini中的几个参数来修改phpmyadmin导入文件大小,有碰到此问题的朋友可参考。

具体方法


修改php上传文件大小的几个配置参数

upload_max_filesize
memory_limit
post_max_size

php配置文件(默认php.ini)里面以上这三项的值都要改大

找到upload_max_filesize, memory_limit 和 post_max_size这3个参数

upload_max_filesize,上传文件大小

memory_limit 设置内存

post_max_size 提交数据的最大值

将其修改成你想要的数据。例如这里我将其修改成了300M,修改完成后,保存退出,然后重洗启动:

sudo /etc/init.d/apache2 restart

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 Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template