PhpMyAdmin has export. php: Missingparameter: what/export_type error. if you encounter the same problem, refer to the label: phpmyadminPhpMyAdmin cannot export data. after clicking export, a request fails or is displayed on a white page, an error is reported after refresh.
Export. php: Missing parameter: what (FAQ 2.8)
Export. php: Missing parameter: export_type (FAQ 2.8)
Solution:
Modify the php. ini settings in the php directory.
The original post_max_size = 8 M, which can be increased to post_max_size = 20 M.
Solution in php source code
Ini_set ('memory _ limit ', '180m ');
In linux
This is the path to the affected file on the (dv) Dedicated-Virtual Server:
Copy codeThe code is as follows:
/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
Copy codeThe 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
Copy codeThe code is as follows:
Http://download1.swsoft.com/Plesk/Autoupdate/Windows/8.1.1.2/120220/session.inc.php
Restart Plesk
Copy codeThe code is as follows:
/Etc/init. d/psa restart
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.