简体   繁体   English

使用phpMyAdmin导出数据库时发出警告

[英]Warning while exporting DB using phpMyAdmin

I built my Joomla site in localhost, now I have to export the database and the files in the web space assigned to me. 我在本地主机上构建了Joomla网站,现在必须导出数据库和分配给我的Web空间中的文件。

I proceed as follows : 我继续如下

  1. Open phpmyadmin; 打开phpmyadmin;
  2. Select the database to export; 选择要导出的数据库;
  3. Click export (SQL format). 单击导出(SQL格式)。

As result I get the following warning: 结果,我得到以下警告:

Warning: a module of this has more than 1000 fields, after submission some fields will be ignored, due to the max_input_vars configuration of PHP 警告:其中的一个模块具有1000多个字段,在提交后,由于PHP的max_input_vars配置,某些字段将被忽略

I tried to increase max_vinput_vars from 1000 to 2000 in the following files in the php folder: 我试图将php文件夹中以下文件中的max_vinput_vars从1000增加到2000:

  • php ini PHP的ini
  • php ini-development PHP的ini开发
  • php ini - production, php ini-生产,

The warning remains and the database is incomplete. 该警告仍然存在,数据库不完整。

What have i done wrong? 我做错了什么?

更改配置文件后,您是否重新启动了服务器?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM