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

2015-01-24信息快讯网

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 
phpmailer发送gmail邮件实例详解
深入php中var_dump方法的使用详解
php中让上传的文件大小在上传前就受限制的两种解决方法
解析在apache里面给php写虚拟目录的详细方法
解析php addslashes()与addclashes()函数的区别和比较
解析php框架codeigniter中如何使用框架的session
解析thinkphp中的M()与D()方法的区别
PHP中mb_convert_encoding与iconv函数的深入解析
解析php中var_dump,var_export,print_r三个函数的区别
解析PHP中intval()等int转换时的意外异常情况
解析coreseek for sphinx的使用
解析php中array_merge与array+array的区别
Function eregi is deprecated (解决方法)
CentOS 6.2使用yum安装LAMP以及phpMyadmin详解
解决File size limit exceeded 错误的方法
php set_time_limit()函数的使用详解
PHP下打开phpMyAdmin出现403错误的问题解决方法
深入phpMyAdmin的安装与配置的详细步骤
php中计算未知长度的字符串哪个字符出现的次数最多的代码
通过5个php实例细致说明传值与传引用的区别
php调用方法mssql_fetch_row、mssql_fetch_array、mssql_fetch_assoc和mssql_fetch_objcect读取数据的区别
php中++i 与 i++ 的区别
php中判断文件空目录是否有读写权限的函数代码
PHP中全局变量global和$GLOBALS[]的区别分析
浏览器关闭后,能继续执行的php函数(ignore_user_abort)
php读取文件内容至字符串中,同时去除换行、空行、行首行尾空格(Zjmainstay原创)
单一index.php实现PHP任意层级文件夹遍历(Zjmainstay原创)
php读取txt文件组成SQL并插入数据库的代码(原创自Zjmainstay)
Erlang的运算符(比较运算符,数值运算符,移位运算符,逻辑运算符)
php 调试利器debug_print_backtrace()
php插入中文到sqlserver 2008里出现乱码的解决办法分享
UCenter 批量添加用户的php代码
ThinkPHP 连接Oracle数据库的详细教程[全]
PHP连接SQLServer2005的实现方法(附ntwdblib.dll下载)
PHP Warning: PHP Startup: Unable to load dynamic library \ D:/php5/ext/php_mysqli.dll\
PHPMYADMIN导入数据最大为2M的解决方法
phpmyadmin3 安装配置图解教程
phpMyAdmin 链接表的附加功能尚未激活问题的解决方法(已测)
phpMyAdmin出现无法载入 mcrypt 扩展,请检查PHP配置的解决方法
©2014-2024 dbsqp.com