When I run the install I get a Database Configuration page that says

Your web server does not appear to support any common database types. Check with your hosting provider to see if they offer any databases that Drupal supports.

Im running PHP on IIS 5.1 and MySQL

Please help

Cheers

Jez

Edited by: VeryMisunderstood; Tagging thread with version in use

Comments

vm’s picture

what version of MySQL ?

jezzyjez’s picture

Im running version 5.0.67

vm’s picture

So am I, therefore that can't be the issue.

mm167’s picture

veryMis .....are u running drupal 5.16?

jezzyjez’s picture

Im not running it I'm trying to install it but yes its drupal 5.16

vm’s picture

No. I no longer use Drupal 5.x for any sites I'm involved with.

mm167’s picture

IIS..? are u running the drupal on your PC?

local MySQL on the same PC?
is the MySQL is started?

how u create your sites/default/settings.php?
u need to "copy" the default.settings.php as settings.php and have the 2 files in the same foler.

jezzyjez’s picture

And MySQL is running

Ill try renameing the default.settings.php

jezzyjez’s picture

where do I get default.settings.php from?

vm’s picture

default.settings.php should be in your site/default/ folder

in INSTALL.txt you are instructed to copy default.settings.php and name is settings.php
This will mean you will have two files in sites/default:
default.settings.php AND
settings.php

jezzyjez’s picture

when I unzipped the down load there was only settings.php in sites\default folder

mm167’s picture

"unzipped the down load" <-- what download?

pls tell us what u have done?

1. did u install your drupal site from a drupal core download from drupal.org?

or

2. u got a zipped dupal site somewhere and upzip it on your PC?

jezzyjez’s picture

I downloaded drupal-5.16.tar from the Drupal site and used 7-zip to extract it

vm’s picture

The instructions for 5.x are different, 5.x doesn't have a default.settings.php. Tagging your thread with the version in use would have helped.

jezzyjez’s picture

I see Thanks

mm167’s picture

Jez,

forget all of my replies. they only works for ver 6.x.

but, why u install 5.16?

good luck.

jezzyjez’s picture

Because we have many sites running on version 5 and I need to maintain them

marquardt’s picture

Does you PHP installation have the relevant modules for MySQL access installed?

jezzyjez’s picture

Im not sure but there is no reference to MySQL when I run phpinfo.php

marquardt’s picture

Are you using PHP 5.x? The PHP Installation Manual says

PHP 5+

MySQL is no longer enabled by default, so the php_mysql.dll DLL must be enabled inside of php.ini. Also, PHP needs access to the MySQL client library. A file named libmysql.dll is included in the Windows PHP distribution and in order for PHP to talk to MySQL this file needs to be available to the Windows systems PATH. See the FAQ titled "How do I add my PHP directory to the PATH on Windows" for information on how to do this.

jezzyjez’s picture

Ive checked all that. The paths are there and the mysql stuff is uncommented int php.ini file

HELP !!!!!!!!

marquardt’s picture

Is the mysql daemon running?

With the account database account information - can you log in to the database, say with the mysql command line client? Or phpMyAdmin or whatever you use to access the database...?

jezzyjez’s picture

Thanks for that the database is running and I can login.

I had this line in settings.php

$db_url = 'mysql://root:123qwe@localhost/drupal';

which I removed and I,ve got to the first screen!!!!

Thanks

mgifford’s picture

If you're not running MySQL on the server is there any reason why the php_mysql.dll must be enabled?