步驟如下
1.copy目錄中的 libraries/config.default.php 到根目錄的config.inc.php
2.修改config.inc.php
$cfg['Servers'][$i]['host'] = '伺服器IP';
$cfg['Servers'][$i]['user'] = '連接的使用者';
$cfg['Servers'][$i]['password'] = '密碼';
3.複製目錄到apache的路徑下面,就可以了
2008年8月17日 星期日
2008年8月12日 星期二
ESX server 的重大BUG
今天真是ESX災難的日子,如果你的VM出現
A general system error occurred: Internal Error
不是你的VM有問題,是ESX SERVER U2的BUG
8/12真是值得紀念的日子
我想微軟會偷笑吧
解決方案,把NTP關掉,調時間到8/12之前就OK了
A general system error occurred: Internal Error
不是你的VM有問題,是ESX SERVER U2的BUG
8/12真是值得紀念的日子
我想微軟會偷笑吧
解決方案,把NTP關掉,調時間到8/12之前就OK了
2008年8月8日 星期五
Centos 4_x64的yum出現相依性錯誤解法
Resolved!
--------------------------------------------------------------------------------
With some input from Poke (swsoft forums), I managed to resolve this as followins:
rpm -e --nodeps php-pear
yum update php mysql --enablerepo=centosplus
wget http://ftp.monash.edu.au/pub/linux/C...2.4.x86_64.rpm
rpm -Uhv --nodeps php-pear-4.3.9-3.22.4.x86_64.rpm
rpm -q php-pear
php-pear-4.3.9-3.22.4
rpm -q php
php-5.1.6-3.el4s1.5
rpm -q mysql
mysql-5.0.27-1.el4.centos
service httpd restart
http://ftp.monash.edu.au/pub/linux/CentOS/4.6/updates/x86_64/RPMS/php-pear-4.3.9-3.22.12.x86_64.rpm
--------------------------------------------------------------------------------
With some input from Poke (swsoft forums), I managed to resolve this as followins:
rpm -e --nodeps php-pear
yum update php mysql --enablerepo=centosplus
wget http://ftp.monash.edu.au/pub/linux/C...2.4.x86_64.rpm
rpm -Uhv --nodeps php-pear-4.3.9-3.22.4.x86_64.rpm
rpm -q php-pear
php-pear-4.3.9-3.22.4
rpm -q php
php-5.1.6-3.el4s1.5
rpm -q mysql
mysql-5.0.27-1.el4.centos
service httpd restart
http://ftp.monash.edu.au/pub/linux/CentOS/4.6/updates/x86_64/RPMS/php-pear-4.3.9-3.22.12.x86_64.rpm
訂閱:
文章 (Atom)