zl程序教程

您现在的位置是:首页 >  其他

当前栏目

PhpMyAdmin出现export.phpMissingparameter:what/export_type错误解决方法

错误方法 解决 出现 type PHPMyAdmin EXPORT What
2023-06-13 09:14:35 时间
PhpMyAdmin不能导出数据的问题,点击导出后先是一个请求失败或者白页,重新刷新后就报错
export.php:Missingparameter:what(FAQ2.8)
export.php:Missingparameter:export_type(FAQ2.8)

解决方法是:

php目录下的php.ini设置要调整一下
原来的post_max_size=8M,改大到post_max_size=20M就好了。

php源码中解决办法

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

如果在linux系统中我们就

Thisisthepathtotheaffectedfileonthe(dv)Dedicated-VirtualServer:
复制代码代码如下:

/usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin/libraries

Toapplythefix,logintoyourserverviaSSHasa"root"userandrunthefollowingcommands:
Changedirectoriesintothefolderwiththeaffectedfile.cd
复制代码代码如下:

/usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin/librariesMove

theoldfileasabackup.mvsession.inc.phpsession.inc.php-oldDownloadthefixedfile.wget
复制代码代码如下:
http://download1.swsoft.com/Plesk/Autoupdate/Windows/8.1.1.2/120220/session.inc.php

RestartPlesk
复制代码代码如下:
/etc/init.d/psarestart