By jezzyjez on
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
=-=
what version of MySQL ?
MySQL version
Im running version 5.0.67
=-=
So am I, therefore that can't be the issue.
veryMis .....are u running
veryMis .....are u running drupal 5.16?
Im not running it I'm trying
Im not running it I'm trying to install it but yes its drupal 5.16
=-=
No. I no longer use Drupal 5.x for any sites I'm involved with.
IIS..? are u running the
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.
Yes all local
And MySQL is running
Ill try renameing the default.settings.php
where do I get
where do I get default.settings.php from?
=-=
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
when I unzipped the down load
when I unzipped the down load there was only settings.php in sites\default folder
unzipped the down load <--
"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?
I downloaded drupal-5.16.tar
I downloaded drupal-5.16.tar from the Drupal site and used 7-zip to extract it
=-=
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.
I see Thanks
I see Thanks
Jez, forget all of my
Jez,
forget all of my replies. they only works for ver 6.x.
but, why u install 5.16?
good luck.
Because we have many sites
Because we have many sites running on version 5 and I need to maintain them
Does you PHP installation
Does you PHP installation have the relevant modules for MySQL access installed?
Im not sure but there is no
Im not sure but there is no reference to MySQL when I run phpinfo.php
Are you using PHP 5.x? The
Are you using PHP 5.x? The PHP Installation Manual says
Ive checked all that. The
Ive checked all that. The paths are there and the mysql stuff is uncommented int php.ini file
HELP !!!!!!!!
Is the mysql daemon
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...?
Thanks for that the database
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
Why is the dll needed?
If you're not running MySQL on the server is there any reason why the php_mysql.dll must be enabled?