BAD - database is not supported by PHP.

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Treikayan
Posts: 5
Joined: 06 Jan 2009, 16:19

BAD - database is not supported by PHP.

Post by Treikayan »

Hello,

After I complete the steps to "install/upgrade" on the "install.php" page, I received the following error:
Checking PHP support for database type

BAD
database is not supported by PHP. Check that it has been compiled into your server.
I found these topics when searching for a resolution, but they do not help me. The one user is using a Windows Environment. I'm using a Linux Environment.

http://www.mantisbt.org/bugs/view.php?id=6690
http://www.mantisbt.org/bugs/view.php?id=6951

Please assist. I have PHP, MySQL, MySQL Server installed. Thank you.

Code: Select all

[root@ ~]# rpm -q mysql-server
mysql-server-5.0.45-7.el5
[root@ ~]# rpm -q php
php-5.1.6-20.el5_2.1
[root@ ~]# rpm -q mysql
mysql-5.0.45-7.el5
giallu
Posts: 20
Joined: 06 Feb 2008, 11:34

Re: BAD - database is not supported by PHP.

Post by giallu »

You need to install the php-mysql package
Post Reply