
cknell at onebox
Sep 7, 2009, 4:15 PM
Post #3 of 4
(1232 views)
Permalink
|
|
Re: Still frustrated with MediaWiki 1.15.1 installation and PHP-MySQL failure
[In reply to]
|
|
What do I look for in the output? -- Charles Knell cknell [at] onebox - email -----Original Message----- From: Platonides <Platonides [at] gmail> Sent: Tue, 08 Sep 2009 00:33:06 +0200 To: mediawiki-l [at] lists Subject: Re: [Mediawiki-l] Still frustrated with MediaWiki 1.15.1 installation and PHP-MySQL failure cknell [at] onebox wrote: > My environment: > > Windows Vista Home Premium Edition > Apache 2.2.13 (Win32) > MySQL 5.1.38 MySQL Community Server > PHP 5.2.10 > MediaWiki 1.15.1 > > I have installed and tested Apache. It's working. > I have installed and tested MySQL. It's working. > I have installed and tested PHP. It's working. > > When I attempt to install MediaWiki, I get an error message telling me that it "Could not find a suitable database driver." > > I have only one php.ini file on my system and according to the phpinfo() function, that is the one that is loaded. > > Both the php_mysql.dll and php_mysqli.dll are listed in php.ini and not commented out in the extensions section: > > extension=php_mysql.dll > extension=php_mysqli.dll > > Please, can someone suggest something else to check or do that will enable me to install MediaWiki? mysqli is not needed, just mysql. The problemm is that, even though you have MySQL working standalone, you don't have mysql working with php. Run a phpinfo(), if mysql extension were properly installed, it would appear there. _______________________________________________ MediaWiki-l mailing list MediaWiki-l [at] lists https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list MediaWiki-l [at] lists https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
|