phpmyadmin中mysql导入提示 :max_input_vars 原因及解决办法

首先 phpmyadmin是绑定php的 首先要确定自己的php版本

然后到php对应版本的php.ini配置文件里面寻找

;max_input_vars = 1000

将它改成

max_input_vars = 100000

保存 然后重启php

再试 问题解决

mysql import prompt in phpmyadmin: max_input_vars reasons and solutions

First of all, phpmyadmin is bound to php. First of all, you must determine your own php version

Then go to the php.ini configuration file of the corresponding version of php to find

;max_input_vars = 1000

change it to

max_input_vars = 100000

save and restart php

try again problem solved

 

PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini.

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。