Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> 電腦軟件教程 >> 服務器技術 >> 關於服務器 >> PhpMyAdmin出現export.php Missing parameter: what /export

PhpMyAdmin出現export.php Missing parameter: what /export

日期:2017/2/8 10:17:15      編輯:關於服務器

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
Copyright © Windows教程網 All Rights Reserved