手机
当前位置:查字典教程网 >编程开发 >php教程 >PhpMyAdmin出现export.php Missing parameter: what /export_type错误解决方法
PhpMyAdmin出现export.php Missing parameter: what /export_type错误解决方法
摘要:PhpMyAdmin不能导出数据的问题,点击导出后先是一个请求失败或者白页,重新刷新后就报错export.php:Missingparame...

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

【PhpMyAdmin出现export.php Missing parameter: what /export_type错误解决方法】相关文章:

PHP系统流量分析的程序

php中文件上传的安全问题

php动态绑定变量的用法

PHP实现分页的一个示例

Yii实现自动加载类地图的方法

Windows下的PHP5.0安装配制详解

一个php作的文本留言本的例子(五)

PHP的MVC框架 深入解析

网站加速 PHP 缓冲的免费实现方法

一个odbc连mssql分页的类

精品推荐
分类导航