phpmyadmin不顯示登入頁解決方法:
我們需要依序開啟並找到:phpMyAdmin\libraries\plugins\auth\AuthenticationCookie.class.php
#開啟 AuthenticationCookie.class.php
echo "<div class='hide js-show'>"; // Displays the languages form if (empty($GLOBALS['cfg']['Lang'])) { include_once './libraries/display_select_lang.lib.php'; // use fieldset, don't show doc link echo PMA_getLanguageSelectorHtml(true, false); } echo '</div> <br /> <!-- Login form --> <form method="post" action="index.php" name="login_form"' . $autocomplete . ' class="disableAjax login hide js-show">
去掉程式碼中首行和尾行的兩個hide,儲存後刷新頁面,正常了
以上是phpmyadmin不顯示登入頁面的詳細內容。更多資訊請關注PHP中文網其他相關文章!