1 頁 (共 1 頁)

phpMyAdmin無法使用

發表於 : 2006-04-01 12:08
topming
請教各位高手
我在安裝完IIS,PHP,MySQL成功之後,我接著安裝phpMyAdmin,可是在測試
phpMyAdmin,可是網頁卻出現下列這樣的訊息

Warning: main(./libraries/grab_globals.lib.php) [function.main]: failed to create stream: No such file or directory in c:\inetpub\wwwroot\MyWeb\phpMyAdmin\index.php on line 9

Fatal error: main() [function.main]: Failed opening required './libraries/grab_globals.lib.php' (include_path='.;c:\php4\pear') in c:\inetpub\wwwroot\MyWeb\phpMyAdmin\index.php on line 9

可以請教各位高手這是什麼原因嗎,謝謝各位高手

發表於 : 2006-04-17 23:26
問題狂
檔案遺失???
請再檢查一次是否有解壓縮正確

[問題]

發表於 : 2006-04-26 13:10
iner
安裝 AppServ 2.4.5 版本 +MYSQL 後

更改了 config.inc.php 後
出現錯誤如下:
錯誤

MySQL 傳回:
#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client

[說明文件]

Re: [問題]

發表於 : 2006-04-26 20:25
chiouss
錯誤

MySQL 傳回:
#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client

[說明文件]
FAQ 1.17a
解決辦法:
  1. 換官方的 PHP5
  2. 自己 compile 用 MySQL 4.1 的 libmysql.dll compile PHP4 的 mysql extension
  3. 換 MySQL 4.0 之前的版本
  4. 用 mysqld --old-passwords 跑 mysql
麻煩板主群把這篇放入本板 FAQ 吧!這個問題已經是常見到爆,尤其還是官方 FAQ 有寫的東西...