源码网商城,靠谱的源码在线交易网站 我的订单 购物车 帮助

源码网商城

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

  • 时间:2021-10-15 21:03 编辑: 来源: 阅读:
  • 扫一扫,手机访问
摘要: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:
[u]复制代码[/u] 代码如下:
/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
[u]复制代码[/u] 代码如下:
/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
[u]复制代码[/u] 代码如下:
http://download1.swsoft.com/Plesk/Autoupdate/Windows/8.1.1.2/120220/session.inc.php
Restart Plesk
[u]复制代码[/u] 代码如下:
/etc/init.d/psa restart
  • 全部评论(0)
联系客服
客服电话:
400-000-3129
微信版

扫一扫进微信版
返回顶部