PhpMyAdmin出现export.php: Missing parameter: what /export_type错误
发布:smiling 来源: PHP粉丝网 添加日期:2014-10-13 10:32:15 浏览: 评论:0
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 --phpfensi.com
- --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
Tags: export php Missing parameter
相关文章
- ·PHP常用MySql操作(2013-11-13)
- ·PHP学习笔记之连接mysql数据库(2014-02-24)
- ·php+mysql+session登录实例程序代码(2014-02-28)
- ·php入门之php操作mysql数据库实例代码(2014-03-26)
- ·php 列出MySQL数据库中所有表二种方法(2014-09-11)
- ·简单的大数据量MySQL备份的PHP脚本(2014-09-23)
- ·php连接mysql数据库的几种方式(mysql、mysqli、pdo)(2014-09-25)
- ·PHP查询Mysql数据库示例代码(2014-09-27)
- ·phpmyadmin导出的数据库为乱码(2014-10-01)
- ·PHPMyAdmin不能设置MySQL数据表auto increment值(2014-10-04)
- ·PHP读取MYSQL数据库中文乱码的解决方法(2014-10-04)
- ·phpmyadmin导入大sql文件失败解决办法(2014-10-08)
- ·mysql中文乱码问题各种解决办法(2014-10-08)
- ·phpmyadmin怎么修改mysql的root密码(2014-10-08)
- ·MySql中文乱码问题解决办法(2014-10-09)
- ·php中连接MYSQL数据库的方法总结(2014-10-09)
推荐文章
热门文章
最新评论文章
- 写给考虑创业的年轻程序员(10)
- PHP新手上路(一)(7)
- 惹恼程序员的十件事(5)
- PHP邮件发送例子,已测试成功(5)
- 致初学者:PHP比ASP优秀的七个理由(4)
- PHP会被淘汰吗?(4)
- PHP新手上路(四)(4)
- 如何去学习PHP?(2)
- 简单入门级php分页代码(2)
- php中邮箱email 电话等格式的验证(2)