[問題] 關於phpMyAdmin 2.8.1 (已解決)
發表於 : 2006-06-16 11:54
各位大大好..
小弟在winxp環境下安裝好了IIS5.1與MySQL 5.0.22和PHP 5.1.4..
另外在IIS環境下MYSQL與PHP的連結程試我也有裝...
我裝這個http://dev.mysql.com/downloads/connector/odbc/3.51.html網址的MySQL Connector/ODBC 3.51
以下是我的config.inc.php檔案內容
現在遇到一個問題
我將圖中的config改成http之後...
輸入帳號與密碼後無法開啟phpMyAdmin...
請問怎麼解決呢???
請各位大大幫忙...
thx
小弟在winxp環境下安裝好了IIS5.1與MySQL 5.0.22和PHP 5.1.4..
另外在IIS環境下MYSQL與PHP的連結程試我也有裝...
我裝這個http://dev.mysql.com/downloads/connector/odbc/3.51.html網址的MySQL Connector/ODBC 3.51
以下是我的config.inc.php檔案內容
代碼: 選擇全部
<?php
/*
* Generated configuration file
* Generated by: phpMyAdmin 2.8.1 setup script by Michal ?iha? <michal@cihar.com>
* Version: $Id: setup.php,v 1.23.2.8.2.2 2006/05/15 07:57:09 nijel Exp $
* Date: Fri, 16 Jun 2006 02:16:43 GMT
*/
/* Servers configuration */
$i = 0;
/* Server 10.50.47.184 (config:root) [1] */
$i++;
$cfg['Servers'][$i]['host'] = '10.50.47.184';
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['controluser'] = 'root';
$cfg['Servers'][$i]['controlpass'] = '1234';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '1234';
/* End of servers configuration */
?>我將圖中的config改成http之後...
輸入帳號與密碼後無法開啟phpMyAdmin...
請問怎麼解決呢???
請各位大大幫忙...
thx