- system is red hat 7.3 with standard mysql /php4
- connecting to mysql *works* using the mysql
command line client
- connecting to mysql works with same credentials
as above using a php test script (so I'd assume
PEAR works, too)
- installing phpbt 0.8.2, 0.9.1rc1 and latest version
from todays CVS fail with the following message
(again using credentials that *work* in the other two
circumstances):
DB Error: no such database
Array
the error message is the same no matter if I try
0.8.2 or 0.9.1rc1. Also, there is nothing in the
mysql error logs.
Any help would be greatly appreciated.
Cheers & keep up the good work,
uwe
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
So, now I'm logged in properly here we go:
- system is red hat 7.3 with standard mysql /php4
- connecting to mysql *works* using the mysql
command line client
- connecting to mysql works with same credentials
as above using a php test script (so I'd assume
PEAR works, too)
- installing phpbt 0.8.2, 0.9.1rc1 and latest version
from todays CVS fail with the following message
(again using credentials that *work* in the other two
circumstances):
DB Error: no such database
Array
the error message is the same no matter if I try
0.8.2 or 0.9.1rc1. Also, there is nothing in the
mysql error logs.
Any help would be greatly appreciated.
Cheers & keep up the good work,
uwe
that one was easy: php-mysql wasn't installed.
Now everything works fine.
Cheers,
uwe
Heh, that would help. I'm glad it's working. :)