Hi, I'm new to drupal. I am just beginning my installation. The MySQL version my server has is MySQL 4.0.16 but I get the following message after editing the settings.php file.

The database type is unsupported. Please use either mysql for MySQL 3.x & 4.0.x databases, mysqli for MySQL 4.1.x+ databases, or pgsql for PostgreSQL databases. The database information is in your settings.php file.

Please help.

Comments

pat7471’s picture

Did you import the database structure?

If not, proceed to phpMyAdmin and import database.4.0.mysql. You can find the file in drupal-4.7.1\database folder.

Hope that helps...