Home > php教程 > php手册 > body text

phpadmin如何导入导出大数据文件及php.ini参数修改

WBOY
Release: 2016-06-06 20:32:17
Original
2761 people have browsed it

新版本的phpadmin导入限定是8M,老版本的可能2M;如果遇到几十兆的该怎么办呢?接下来本文将介绍详细的修改方法,感兴趣的你可不要错过了哈,或许本文提供的知识点对你有所帮助

最近遇到了数据库过大的时候用phpadmin导入的问题,新版本的phpadmin导入限定是8M,老版本的可能2M,我的数据库有几十兆这可怎么办呢?

首先如果你有独立服务器或vps的话可以找到 Apache 下的php.ini 这个文件来修改这个8M或2M的限制,怎么修改呢?

搜索到,修改这三个
代码如下:
upload_max_filesize = 2M
post_max_size = 8M
memory_limit = 128M

修改完毕 重启下服务,进phpadmin看看吧,应该可以了!
Related labels:
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