[SQL ] phpMyAdmin 無法連線

看板Database作者 (羊咩咩)時間14年前 (2010/03/20 22:39), 編輯推噓0(001)
留言1則, 1人參與, 最新討論串1/1
※ [本文轉錄自 PHP 看板] 作者: xhtwj (羊咩咩) 看板: PHP 標題: [請益] phpMyAdmin 無法連線 時間: Sat Mar 20 15:43:33 2010 環境是 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,
auth_type用http呢?
03/20 17:23

03/20 17:54,
改用http 輸入完帳號密碼登入後一樣是空白頁
03/20 17:54
-- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 118.171.240.66

03/20 22:54, , 1F
轉過來看看有沒有人能夠解答這個問題
03/20 22:54, 1F
文章代碼(AID): #1BfDuytE (Database)