服务器之家:专注于服务器技术及软件下载分享
分类导航

PHP教程|ASP.NET教程|Java教程|ASP教程|编程技术|正则表达式|C/C++|IOS|C#|Swift|Android|VB|R语言|JavaScript|易语言|vb.net|

服务器之家 - 编程语言 - PHP教程 - PhpMyAdmin出现export.php Missing parameter: what /export_type错误解决方法

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

2020-01-06 16:24php教程网 PHP教程

PhpMyAdmin出现export.php: Missing parameter: what /export_type错误,有碰到同样问题的朋友可参考一下

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 

延伸 · 阅读

精彩推荐