作者xhtwj (羊咩咩)
看板Database
标题[请益] phpMyAdmin 无法连线
时间Sat Mar 20 22:39:54 2010
※ [本文转录自 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
<
[email protected]>
* 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
1F:→ emn178:auth_type用http呢? 03/20 17:23
2F:→ xhtwj:改用http 输入完帐号密码登入後一样是空白页 03/20 17:54
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 118.171.240.66
3F:→ xhtwj:转过来看看有没有人能够解答这个问题 03/20 22:54