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

 2025-01-15  阅读 410  评论 8  点赞 164

摘要: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
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

标签:phpphp教程

评论列表:

  •   hahaha1
     发布于 3天前回复该评论
  • 写的很不错,学到了!
  •   xixi2
     发布于 2天前回复该评论
  • 写的很不错,学到了!
显示更多评论

发表评论:

管理员

承接各种程序开发,外贸网站代运营,外贸网站建设等项目
  • 内容2460
  • 积分67666
  • 金币86666

Copyright © 2024 LS'Blog-保定PHP程序员老宋个人博客 Inc. 保留所有权利。 Powered by LS'blog 3.0.3

页面耗时0.0289秒, 内存占用1.94 MB, 访问数据库30次

冀ICP备19034377号