One of 2 things fixed my problem: 1. Putting registry key IniFilePath=c:\php in HKLM\Software\PHP and not HKLM\Software\PHP\5.2.5 like the docs say Or 2. copying libmysql.dll to c:\windows\system32
Took a lot of googling about to figure this one out but I'm up now. Thanks for the response though. Mark -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Victor Boctor Sent: Wednesday, January 23, 2008 5:14 PM To: Help with Mantis Subject: Re: [mantisbt-help] Help configuring PHP/MySQL I believe you are hitting the issues with installing PHP / MySQL for the first time on a Windows box. If you are just trying to play around with a Mantis installation, then you can use InstantMantis 1.1.1 (which I just released a couple of days ago). As for how to fix your current issue, try to uncomment php_mysqli.dll (notice the i). I don't have access to my dev machine now, but this may help. On Jan 8, 2008 7:17 PM, Mark Bertoglio <[EMAIL PROTECTED]> wrote: > > > > Boy, getting Mantis installed and working on Windows with PHP/MySQL is > non-trivial. Anyway, I've installed version 5.2.5 of PHP and MySQL version 5 > on a Windows 2003 Server. I believe I have IIS configured to work with PHP > as I am able to open the install.php page. When I click "Install/Upgrade > Database" the "Checking PHP support for database type" fails with the error > "database is not supported by PHP. Check that is has been configured into > your server". > > > > * I've install php to c:\php. > > * I've add c:\php and c:\php\ext to my system path > > * I've modified php.ini as follows: > > o Uncommented line "extension=php_mysql.dll" > > o Uncommented line "extension=php_pdo_mysql.dll" > > o Set value for mysql.default_port = 3306 > > o Set value for mysql.default_user > > o Set value for mysql.default_host > > > > I've tried rebooting. Can someone help me get this working. I'm not sure > where to turn. > > > > Thanks, > > Mark > ------------------------------------------------------------------------ - > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > mantisbt-help mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mantisbt-help > > ------------------------------------------------------------------------ - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ mantisbt-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mantisbt-help ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ mantisbt-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mantisbt-help
