1 頁 (共 1 頁)

[問題] 資料庫問題 "必須在設定檔內設定 $cfg['PmaAbsoluteUri'

發表於 : 2005-03-10 00:30
jordycheung
我的資料庫出現以下語句,請問覺位這是什麼呀,有冇辦法解決呢?

必須在設定檔內設定 $cfg['PmaAbsoluteUri'] !
The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.
我的是AppServ 2.4.3

Thanks

Re: [問題] 資料庫問題 "必須在設定檔內設定 $cfg['PmaAbsolute

發表於 : 2005-03-10 01:49
文包
jordycheung 寫:我的資料庫出現以下語句,請問覺位這是什麼呀,有冇辦法解決呢?

必須在設定檔內設定 $cfg['PmaAbsoluteUri'] !
The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.
我的是AppServ 2.4.3

Thanks
幫你回答

修改config.inc.php
$cfg['PmaAbsoluteUri'] = '';
加入\r
$cfg['PmaAbsoluteUri'] = 'http://你的主機位置/phpMyAdmin/';

總之就是你phpmyadmin的完整路徑