phpMyAdmin在windows底下出現你的PHP版本中沒有mbstring函式
發表於 : 2006-08-02 17:16:11
http://www.helzone.com/vbb/archive/inde ... 30952.html
全部採手動安裝 不是用APPSERV
安裝完後phpmyadmin的首頁出現
The mbstring PHP extension was not found and you seem to be using multibyt...
你的PHP版本中沒有mbstring函式庫,因為新版的phpmyadmin採用UTF-8作為預設編碼,解決方法:
1.下載PHP的zip壓縮版, 解壓縮, 裡面會有extensions目錄
2.該目錄中有個php_mbstring.dll, 將其丟到Windows系統資料夾下 (c:\winnt || c:\windows)
3.修改php.ini, 將這一行取消註解:
extension=php_mbstring.dll
全部採手動安裝 不是用APPSERV
安裝完後phpmyadmin的首頁出現
The mbstring PHP extension was not found and you seem to be using multibyt...
你的PHP版本中沒有mbstring函式庫,因為新版的phpmyadmin採用UTF-8作為預設編碼,解決方法:
1.下載PHP的zip壓縮版, 解壓縮, 裡面會有extensions目錄
2.該目錄中有個php_mbstring.dll, 將其丟到Windows系統資料夾下 (c:\winnt || c:\windows)
3.修改php.ini, 將這一行取消註解:
extension=php_mbstring.dll