PhpMyAdmin appears export.php Missing parameter: what /export

  
                  

PhpMyAdmin appears export.php: Missing parameter: what /export_type error, friends who have encountered the same problem can refer to

PhpMyAdmin can not export data, click on the export is a request failure or white page After refreshing, I will get an error. export.php: Missing parameter: what (FAQ 2.8) export.php: Missing parameter: export_type (FAQ 2.8)

The solution is:

The php.ini setting needs to be adjusted. The original post_max_size = 8M is changed to post_max_size = 20M.

php source solution

ini_set('memory_limit', '180M');

If you are in the Linux system,

This is the Path to the affected file on the (dv) Dedicated-Virtual Server:
/usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin/libraries

To apply the fix, log in to your server via SSH as a "root" user and run the following commands: Change directories into the folder with the affected file. cd

The code is as follows
/usr/local/psa/admin/htdocs/domains/databases /phpMyAdmin/librariesMove

the old file as a backup. mv session.inc.php session.inc.php-oldDownload the fixed file. wget

The code is as follows
http://download1.swsoft .com/Plesk/Autoupdate/Windows/8.1.1.2/120220/session.inc.php Restart The Plesk code is as follows: /etc/init.d/psa restart

Copyright © Windows knowledge All Rights Reserved