Closed (duplicate)
Project:
Drupal core
Version:
6.9
Component:
mysql database
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Nov 2008 at 00:34 UTC
Updated:
28 Jan 2009 at 18:21 UTC
In your ./sites/default/settings.php file you have configured Drupal to use a mysql server, however your PHP installation currently does not support this database type.
Notes:
Comments
Comment #1
damien tournoud commentedYou are missing the pdo_mysql extension.
Comment #2
alexanderpas commentedat least the error message could be something nicer ;) or point to some documentation.
tempting to put this against usability component.
Comment #3
dave reidI can probably add a check that PDO::getAvailableDrivers() is not empty and make sure there is an available database driver in #299308: Installing Drupal by visiting index.php (rather than install.php) leads to a fatal error when PDO is not enabled. I'm going to mark this as a duplicate.
Comment #4
kisor commentedHi,
I was installing drupal6.9 in my Linux Ubuntu system, I saw the version of mysql is MySQL 5.0.51a-3ubuntu5.4 using mysql admin. But I am getting the error "PHP installation currently does not support this database type".
Comment #5
dave reidkisor, you need the php-mysqli or php-mysql packages installed. You can use Synaptic to get them.