欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

PhpMyAdmin出現(xiàn)export.php Missing parameter: what /export_type錯(cuò)誤解決方法

 更新時(shí)間:2012年08月09日 22:45:57   作者:  
PhpMyAdmin出現(xiàn)export.php: Missing parameter: what /export_type錯(cuò)誤,有碰到同樣問題的朋友可參考一下
PhpMyAdmin 不能導(dǎo)出數(shù)據(jù)的問題,點(diǎn)擊導(dǎo)出后先是一個(gè)請求失敗或者白頁,重新刷新后就報(bào)錯(cuò)
export.php: Missing parameter: what (FAQ 2.8)
export.php: Missing parameter: export_type (FAQ 2.8)

解決方法是:

php目錄下的php.ini 設(shè)置要調(diào)整一下
原來的 post_max_size = 8M ,改大到 post_max_size = 20M 就好了。

php源碼中解決辦法

ini_set('memory_limit', '180M');

如果在linux系統(tǒng)中我們就

This is the path to the affected file on the (dv) Dedicated-Virtual Server:
復(fù)制代碼 代碼如下:

/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
復(fù)制代碼 代碼如下:

/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
復(fù)制代碼 代碼如下:

http://download1.swsoft.com/Plesk/Autoupdate/Windows/8.1.1.2/120220/session.inc.php

Restart Plesk
復(fù)制代碼 代碼如下:

/etc/init.d/psa restart

相關(guān)文章

最新評論