如何使用Xampp服务器增加phpMyAdmin的导入大小限制? [英] How to Increase Import Size Limit in phpMyAdmin using Xampp server?

查看:112
本文介绍了如何使用Xampp服务器增加phpMyAdmin的导入大小限制?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有谁知道如果或如何可以增加在phpMyAdmin的导入大小限制?目前我的服务器限制为2MB。

Does anyone know if or how you can increase the import size limit in phpMyAdmin? Currently my server is limited to 2MB.

请注意,这与php.ini中的upload_max_filesize不同。该值设置为2MB。

Please note that this is not the same as the upload_max_filesize in php.ini. That value is set to 2MB.

我需要将表导入我的一个数据库,并且phpMyAdmin限制为50MB或更多MB导入时的数据阻止我这样做。

I need to import a table into one of my DBs and the phpMyAdmin restriction of 50MB or more MB Data on the import is preventing me from doing that.

推荐答案

changes into the php.ini file

post_max_size = 800M 
upload_max_filesize = 800M 
max_execution_time = 5000 
max_input_time = 5000 
memory_limit = 1000M 

now restart for the changes to take effect

这篇关于如何使用Xampp服务器增加phpMyAdmin的导入大小限制?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆