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
时间: 2024-09-20 15:39:52

PhpMyAdmin出现export.php: Missing parameter: what /export_type错误的相关文章

PhpMyAdmin出现export.php Missing parameter: what /export_type错误解决方法_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('

腾讯微博提示missing parameter errorcode 102 错误的解决方法_php技巧

本文实例讲述了腾讯微博提示missing parameter errorcode 102 错误的解决方法.分享给大家供大家参考.具体分析如下: 今天在调试腾讯微博接口时,出现一个错误,找了网上都没有相关资料,最后自己调通了,故发布此文,避免各位phper重复造轮子. 错误信息,代码如下: 复制代码 代码如下: stdClass Object (     [data] =>      [detailerrinfo] => stdClass Object         (            

腾讯微博 missing parameter errorcode 102 错误解决方法

错误信息:  代码如下 复制代码 stdClass Object (     [data] =>     [detailerrinfo] => stdClass Object         (             [accesstoken] =>             [apiname] => www.111cn.net             [appkey] => 801485800             [clientip] => 112.193.138

Linux下phpmyadmin出现1036 Table XXX is read only 错误

我的Mysql数据库在由Mssql数据库导入数据文件后出现"ERROR 1036 (HY000): Table 'xxxx' is read only"的错误提示,由于对Mysql了解不多,一时没找到解决方法,经过在网上搜索并测试,问题得到了解决,其方法就是在Linux命令行下输入下面命令 1.先修改数据库文件为777(可读写执行)权限.代码如下: chmod 777 -R /usr/local/mysql/var/finance/ 注:finance 为我的数据库文件,777为修改权

Parameter DIRECT: Conventional Path Export Versus Direct Path Export [ID 155477.1]引用

Export/Import DataPump Parameter ACCESS_METHOD - How to Enforce a Method of Loading and Unloading Data ? [ID 552424.1]   Modified 06-APR-2009     Type HOWTO     Status PUBLISHED   In this Document   Goal   Solution      1. Introduction.       2. Expo

zabbix报PHP gettext extension missing

zabbix在环境监测时提示: [html] view plain copy    [html] view plain copy PHP gettext extension missing (PHP configuration parameter --with-gettext). Translations will not be available.   虽然只是警告,但是还是想处理好,以防以后可能遇到未知的问题,其实就是php的gettext函数库没有加载,重新编译安装进来就行了. Zabbi

利用phpMyAdmin把wordpress数据从MySQL4迁移到MySQL5

通过对比用phpMyAdmin从MySQL和MySQL5导出wordpress数据的不同点,从而解决迁移中的出错问题,这个解决方法不是仅用在迁移Wordpress数据上,实际上是通用的. 利用phpMyAdmin(MySQL&phpMyAdmin安装于Win下)在MySQL4中选择数据库"导出"需要的wordpress数据,如图选择"另存为文件"这样就得到一个后缀为.sql的导出文件保存在本地机子上. 用phpMyAdmin打开MySQL5,如图默认新建一个

PHPMyAdmin导入时提示文件大小超出PHP限制的解决方法

 这篇文章主要介绍了PHPMyAdmin导入时提示文件大小超出PHP限制的解决方法,造成这个问题的原因是PHP上传大小限制为2MB,修改PHP.ini配置即可解决这问题,需要的朋友可以参考下     网站搬家的时候碰到的这个问题,因为数据一直是使用PhpMyAdmin工具来进行备份和恢复的,但是随着网站的数据越来越多,所以数据库也是越来越大,压缩后都还有4M的数据,而在PhpMyAdmin里将数据导入时就出错误提示了. 上图为PhpMyAdmin里的提示"没有接收到要导入的数据.可能是文件名没有

phpmyadmin 出现Cannot start session without errors 错误 总结的几种原因和解决办法

原来服务器上装的phpmyadmin好好的,后来因有个网站被挂马,重新设置文件夹权限有出错无奈恢复系统,因而后来安装完phpmyadmin后,输入其登陆网址,出现 Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. 错误. google搜索该问题解决办法,说