當大家使用phpmyadmin登錄時,可能會發(fā)生登錄錯誤的情況,我們來學習一下phpmyadmin登錄錯誤后處理辦法,避免后續(xù)遇到問題帶來不必要的麻煩。
phpmyadmin登錄錯誤后處理辦法
The requested URL /phpmyadmin was not found on this server.
所請求的URL /后臺服務(wù)器上沒有找到
啟用 mod_rewrite 模塊:sudo a2enmod rewrite

重啟Apache服務(wù)器:sudo /etc/init.d/apache2 restart

設(shè)置Apache支持.htm .html .php:AddType application/x-httpd-php .php .htm .html

設(shè)置好后

以上就是phpmyadmin登錄錯誤后處理辦法,希望學習后對你有所幫助。