[請益] phpMyAdmin 無法連線

看板PHP作者 (羊咩咩)時間14年前 (2010/03/20 15:43), 編輯推噓0(0010)
留言10則, 3人參與, 最新討論串1/1
環境是 Apache 2.2.15 win32 with OpenSSL mysql 5.1.45 win32 php 5.3.2 Win32 VC6 x86 phpMyAdmin 3.3.1 安裝順序如上,目前的情況是 用瀏覽器打開 http://127.0.0.1/phpMyAdmin/ 顯示登入畫面,打入帳號密碼送出後等一段時間只有空白的畫面沒有任何訊息 網址變為http://127.0.0.1/phpMyAdmin/index.php?token=cbc1d9a9a2b6d8d3d1023780d19953c4 在session資料夾內也有看到seesion的新增 防火牆已將80、3306的TCP&UDP打開 附上phpMyAdmin/config.inc.php <?php /* * Generated configuration file * Generated by: phpMyAdmin 3.3.1 setup script by Piotr Przybylski <piotrprz@gmail.com> * Date: Sat, 20 Mar 2010 07:01:58 +0000 */ /* Servers configuration */ $i = 0; /* Server: localhost [1] */ $i++; $cfg['Servers'][$i]['verbose'] = ''; $cfg['Servers'][$i]['host'] = 'localhost'; $cfg['Servers'][$i]['port'] = 3306; $cfg['Servers'][$i]['socket'] = ''; $cfg['Servers'][$i]['connect_type'] = 'tcp'; $cfg['Servers'][$i]['extension'] = 'mysqli'; $cfg['Servers'][$i]['auth_type'] = 'cookie'; $cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['password'] = '**********'; /* End of servers configuration */ $cfg['DefaultLang'] = 'zhtw-utf-8'; $cfg['ServerDefault'] = 1; $cfg['blowfish_secret'] = '******************'; $cfg['UploadDir'] = ''; $cfg['SaveDir'] = ''; ?> 是我少設定了哪個地方嗎? 煩請指教,感謝 -- ▄▄▄ 數學題:真選組十人和攘夷志士六人狹路相逢, ▊ | 面對瘋狂進攻的真選組,三位攘夷志士犧牲了, ▼▼ ▍ / 不屈不撓的攘夷志士殺了兩名真選組,混戰之中 ▼▼ 真選組又有兩人負傷,但又六名援軍加入,並殺  ̄□  ̄ ▎ ╮╭ 死兩位攘夷志士,請問: ▌ ● ● ψkana0102 Jackey的鼻子有幾個?  ̄╲ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 118.171.240.66

03/20 17:23, , 1F
auth_type用http呢?
03/20 17:23, 1F

03/20 17:54, , 2F
改用http 輸入完帳號密碼登入後一樣是空白頁
03/20 17:54, 2F

03/21 00:06, , 3F
先確認一下你的錯誤訊息是不是關掉了(display_errors、
03/21 00:06, 3F

03/21 00:06, , 4F
error_reporting)
03/21 00:06, 4F

03/21 01:10, , 5F
PHP的嗎?
03/21 01:10, 5F

03/21 01:12, , 6F
PHP的都是開啟的狀態
03/21 01:12, 6F

03/21 05:06, , 7F
執行php.exe -v看看會不會有錯誤訊息出來
03/21 05:06, 7F

03/21 05:07, , 8F
還有可以自己寫一支連mysql的php試看看
03/21 05:07, 8F

03/21 05:08, , 9F
還有順便看一下apache的log
03/21 05:08, 9F

03/21 21:05, , 10F
php沒有錯誤訊息 apache的log說找不到favicon.ico
03/21 21:05, 10F
文章代碼(AID): #1Bf7otXK (PHP)