使用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.

I proceed as follows:

  1. Open phpmyadmin;
  2. Select the database to export;
  3. Click export (SQL format).

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

I tried to increase max_vinput_vars from 1000 to 2000 in the following files in the php folder:

  • php ini
  • php ini-development
  • php ini - production,

The warning remains and the database is incomplete.

What have i done wrong?

Have you restarted your server after changing the config files?