(06)2130669#233 (06)-2130668 service@tn.edu.tw
帳號 密碼
This is an example of a HTML caption with a link.
:::

衛星雲圖

雷達回波圖

windelf - 數位學習 | 2014-01-21 | 點閱數: 627

問題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

相關網址

http://to.idv.tw/1643.html