Could not find Pear DB library 这个错误终于解决了
只要安装Pear DB library就行了
root@MyDapper:/usr/local/php/bin# ./pear install DB
downloading DB-1.7.6.tgz ...
Starting to download DB-1.7.6.tgz (124,807 bytes)
............................done: 124,807 bytes
install ok: channel://pear.php.net/DB-1.7.6
root@MyDapper:/usr/local/php/bin# ./pear list
Installed packages, channel pear.php.net:
=========================================
Package Version State
Archive_Tar 1.3.1 stable
Console_Getopt 1.2 stable
DB 1.7.6 stable
MDB2 2.3.0 stable
PEAR 1.4.11 stable
XML_RPC 1.5.1 stable
但是又出现个新问题,改了密码之后就出现这个错误:Could not make database connection
我想是改哪个配置文件没改,我的数据库是mysql-4.1 版本的