Cara atasi masalah phpMyAdmin "Warning a form on this page has more than 1000 fields"
Dec 31

Cara atasi masalah phpMyAdmin "Warning a form on this page has more than 1000 fields"

Notifikasi “Warning: a form on this page has more than 1000 fields. On submission, some of the fields might be ignored, due to PHP’s max_input_vars configuration.” seringkali dijumpai ketika cuba export database.

 Artikel ini akan menunjukkan cara untuk atasi masalah yang dihadapi ini

 

Buka file php.ini pada server

# vi /etc/php.ini

Cari ;max_input_vars = 1000

Buang Semikolom dan tambahkan value

max_input_vars = 100000

Restart Apache

# systemctl restart httpd

Selesai, anda kini boleh export database seperti biasa

Leave a comment

Make sure you enter all the required information, indicated by an asterisk (*). HTML code is not allowed.