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:
/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
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
您可能感興趣的文章:
- phpmyadmin出現(xiàn)Cannot start session without errors問題解決方法
- phpmyadmin顯示MySQL數(shù)據(jù)表“使用中” 修復(fù)后依然無效的解決方法
- phpmyadmin配置文件現(xiàn)在需要絕密的短密碼(blowfish_secret)的2種解決方法
- phpmyadmin打開很慢的解決方法
- PHP下打開phpMyAdmin出現(xiàn)403錯(cuò)誤的問題解決方法
- phpmyadmin報(bào)錯(cuò):#2003 無法登錄 MySQL服務(wù)器的解決方法
- PHPMYADMIN導(dǎo)入數(shù)據(jù)最大為2M的解決方法
- phpMyAdmin出現(xiàn)無法載入 mcrypt 擴(kuò)展,請檢查PHP配置的解決方法
- 實(shí)戰(zhàn)mysql導(dǎo)出中文亂碼及phpmyadmin導(dǎo)入中文亂碼的解決方法
- 小結(jié)下MySQL中文亂碼,phpmyadmin亂碼,php亂碼 產(chǎn)生原因及其解決方法
- phpmyadmin提示The mbstring extension is missing的解決方法
相關(guān)文章
PHP編程計(jì)算文件或數(shù)組中單詞出現(xiàn)頻率的方法
這篇文章主要介紹了PHP編程計(jì)算文件或數(shù)組中單詞出現(xiàn)頻率的方法,給出了2個(gè)統(tǒng)計(jì)單詞頻率的示例,涉及php正則、數(shù)組操作及字符串遍歷等相關(guān)技巧,需要的朋友可以參考下2017-05-05smarty中先strip_tags過濾html標(biāo)簽后truncate截取文章運(yùn)用
strip_tags() 函數(shù)剝?nèi)?HTML、XML 以及 PHP 的標(biāo)簽。2010-10-10PHP的數(shù)組中提高元素查找與元素去重的效率的技巧解析
這篇文章主要介紹了PHP的數(shù)組中提高元素查找與元素去重的效率的技巧解析,文中對比了相關(guān)方法的執(zhí)行速度來總結(jié)數(shù)組中使元素查找和去重更加高效的辦法,需要的朋友可以參考下2016-03-03php通過array_unshift函數(shù)添加多個(gè)變量到數(shù)組前端的方法
這篇文章主要介紹了php通過array_unshift函數(shù)添加多個(gè)變量到數(shù)組前端的方法,涉及php中array_unshift函數(shù)操作數(shù)組的使用技巧,需要的朋友可以參考下2015-03-03php download.php實(shí)現(xiàn)代碼 跳轉(zhuǎn)到下載文件(response.redirect)
一直對php不太熟悉,今天需要類型asp的 response.redirect語句,但一直沒有很好的解決方法。下面是問了朋友才知道的。2009-08-08