問題 1 :登入時出現:[無法讀取 mcrypt 模組,請檢查 PHP 設定] 的訊息。
因為 phpMyAdmin 預設認證方式設為 cookie ,需安裝 mcrypt 模組。
#yum install -y php-mcrypt
重新啟動 apache
#service httpd restart
問題 2 :找不到 PHP 內的 mbstring 編碼模組, 沒有這個模組, phpMyAdmin 無法準確地分割雙字元文字, 而可能產生問題
#yum install -y php-mbstring
重新啟動 apache
#service httpd restart
相關網址