Server Administration
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Try It Free
Go Back   Codewalkers ForumsOther TechnologiesServer Administration

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old December 3rd, 2007, 10:53 AM
jphillips66 jphillips66 is offline
Registered User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Dec 2007
Posts: 2 jphillips66 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 14 m 3 sec
Reputation Power: 0
Windows - PHP/MySQL/win2k: mysql/mysqli extension(s) will not load

Environment: PHP 5.2.2 / MySQL 5.0.42-community-nt / Windows 2000 SP4 (IIS)

I would greatly appreciate any help I can get on this. This is a current roadblock to moving my project on.

I have had both PHP and MySQL running on this machine for some time now, but I cannot seem to get either the MySQL or MySQLi extensions to load into PHP. I am verifying this using the PHP function "get_loaded_extensions()".

The physical locations of the .dll files are:
C:\php\ext\php_mysql.dll
C:\php\ext\php_mysqli.dll
C:\php\libmysql.dll

In the php.ini file I have enabled the following:
extension=php_mysql.dll
extension=php_mysqli.dll

extension_dir ="c:\php\ext"

And my Windows system path is as follows:
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\Sy stem32\Wbem;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\php;C:\php\ext;

I have discovered the MySQL & MySQLi extensions are loaded when doing from the command line: php -m, but the modules are not showing as loaded when using "get_loaded_extensions()" in a script served through IIS.

Thanks in advance!

Reply With Quote
  #2  
Old December 3rd, 2007, 11:13 AM
cwf's Avatar
cwf cwf is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 353 cwf User rank is Private First Class (20 - 50 Reputation Level)cwf User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 1 Week 3 Days 6 h 24 sec
Reputation Power: 2
Make sure the php.ini that you are changing is the one that php is using. Also, for IIS you must stop and start the whole IIS service in the control panel (If I remember correctly, you cannot just stop and start the web server in the management console) to get changes made to php.ini to take effect.

Make a .php file with the following and browse to it -
PHP Code:
<?php
phpinfo
();
?>
In the top section of the output, there is a line that lists the actual php.ini that is being loaded (if any.)

You can also check in the output if the mysql or mysqli extensions are getting loaded.

Reply With Quote
  #3  
Old December 3rd, 2007, 11:34 AM
jphillips66 jphillips66 is offline
Registered User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Dec 2007
Posts: 2 jphillips66 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 14 m 3 sec
Reputation Power: 0
Quote:
Originally Posted by cwf
Make sure the php.ini that you are changing is the one that php is using. Also, for IIS you must stop and start the whole IIS service in the control panel (If I remember correctly, you cannot just stop and start the web server in the management console) to get changes made to php.ini to take effect.

Make a .php file with the following and browse to it -
PHP Code:
<?php
phpinfo
();
?>
In the top section of the output, there is a line that lists the actual php.ini that is being loaded (if any.)

You can also check in the output if the mysql or mysqli extensions are getting loaded.

Thanks for the reply.

Yes, I am sure the php.ini file that I am modifying is the one php is using.

Also, I know about having to stop/start the entire IIS service, sadly with to avail.

Finally, I have a test.php using phpinfo() and it is showing that php is indeed using the correct php.ini file, but not loading the mysql or mysqli extensions.

Reply With Quote
  #4  
Old December 3rd, 2007, 11:52 AM
cwf's Avatar
cwf cwf is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 353 cwf User rank is Private First Class (20 - 50 Reputation Level)cwf User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 1 Week 3 Days 6 h 24 sec
Reputation Power: 2
I would check the web serve log for errors. I believe on IIS that it uses the Windows event log.

Everything looks correct. About the only thing left would be a permissions problem. The Windows user account that IIS is running under needs to have permission to read the php installation folder.

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesServer Administration > Windows - PHP/MySQL/win2k: mysql/mysqli extension(s) will not load


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway