您好,登錄后才能下訂單哦!
本篇文章為大家展示了PhpMyAdmin中出現“export.php Missing parameter: ........”報錯如何解決,內容簡明扼要并且容易理解,絕對能使你眼前一亮,通過這篇文章的詳細介紹希望你能有所收獲。
php是一個嵌套的縮寫名稱,是英文超級文本預處理語言,它的語法混合了C、Java、Perl以及php自創新的語法,主要用來做網站開發,許多小型網站都用php開發,因為php是開源的,從而使得php經久不衰。
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
上述內容就是PhpMyAdmin中出現“export.php Missing parameter: ........”報錯如何解決,你們學到知識或技能了嗎?如果還想學到更多技能或者豐富自己的知識儲備,歡迎關注億速云行業資訊頻道。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。