-
Member
Has anyone seen this error before?
Has anyone seen this error before?
The PHP configuration on your server doesn't support the database type that you chose.
I am trying to install phpBB on a RH 8.0 box with mysql-3.23.52-3. I Googled a long time but came up with no answers, just people with the same prob as me. Any help would be great. Thanks.
-
Mentor
Re:Has anyone seen this error before?
what did you choose under database type when you ran install.php ?
-
Member
Re:Has anyone seen this error before?
MySql 3.x is what I chose. I tried all the options and they all give me the same error. Maybe there is an error somewhere else?
-
Mentor
Re:Has anyone seen this error before?
did you try recompiling mysql?
-
Mentor
Re:Has anyone seen this error before?
is the mysql daemon running?
(check with ps -aux | grep mysql)
-
Member
Re:Has anyone seen this error before?
Yeah I can add a new database from a command line and everything. I started and stopped mysql, httpd, and even rebooted the whole server last night. Still get the same error. I don't know woo much about PHP and it's not giving me a log. Anything else I should be looking for?
-
Advisor
Re:Has anyone seen this error before?
I've had it before...but I don't remember what was it.....Could it be that you don't have mysql-php.rpm (or php-mysql) ? If you don't then this myst be a case.....
-
Member
Re:Has anyone seen this error before?
Is your phpBB config.php setup properly? ie., if MySQL is located on the same server as phpBB use
$dbhost = "localhost";. Also make sure you are using the correct $dbuname, $dbpass and $dbname.
-
Member
Re:Has anyone seen this error before?
elovkoff your the man!! That's all it was, php-mysql.rpm. That is pretty sucky that the mysql site said nothing of it. Thanks again.
-
Junior Member
Re:Has anyone seen this error before?
why would mysql care about a module php is responsible for. you should be upset about your php being broken into little teenie bits.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks