服务器之家

服务器之家 > 正文

PhpMyAdmin出现export.php Missing parameter: what /export_type错误解决方法

时间:2020-01-06 16:24     来源/作者:php教程网

PhpMyAdmin 不能导出数据的问题,点击导出后先是一个请求失败或者白页,重新刷新后就报错 
export.php: Missing parameter: what (FAQ 2.8) 
export.php: Missing parameter: export_type (FAQ 2.8) 

解决方法是: 

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

php源码中解决办法 

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

如果在linux系统中我们就 

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 

复制代码代码如下:


/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 

复制代码代码如下:


http://download1.swsoft.com/Plesk/Autoupdate/Windows/8.1.1.2/120220/session.inc.php 


Restart Plesk 

复制代码代码如下:


/etc/init.d/psa restart 

相关文章

热门资讯

玄元剑仙肉身有什么用 玄元剑仙肉身境界等级划分
玄元剑仙肉身有什么用 玄元剑仙肉身境界等级划分 2019-06-21
男生常说24816是什么意思?女生说13579是什么意思?
男生常说24816是什么意思?女生说13579是什么意思? 2019-09-17
华为nova5pro和p30pro哪个好 华为nova5pro和华为p30pro对比详情
华为nova5pro和p30pro哪个好 华为nova5pro和华为p30pro对比详情 2019-06-22
配置IIS网站web服务器的安全策略配置解决方案
配置IIS网站web服务器的安全策略配置解决方案 2019-05-23
Nginx服务器究竟是怎么执行PHP项目
Nginx服务器究竟是怎么执行PHP项目 2019-05-24
返回顶部