Server Administration
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
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:
  #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: 354 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 7 h 8 m 8 sec
Reputation Power: 3
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: 354 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 7 h 8 m 8 sec
Reputation Power: 3
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




 Free IT White Papers!
 
Create the Optimal Architecture for your Critical Applications
Warburton's the largest independently owned bakery in the UK faced a number of difficult challenges in providing the most robust yet efficient IT infrastructure for their organization's success. IBM's services combined with their xSeries servers created the perfect platform for their SAP environment with sufficient flexibility, and did so in very time effective fashion.

Request Your Free Technology Downloads!
 
Five Best Practices for Deploying a Successful Service-Oriented Architecture
This white paper describes the benefits you can expect with SOA, and how IBM can help take your business there.

Request Your Free Technology Downloads!
 
Gartner Magic Quadrant for Application Delivery Controllers
Gartner summarizes its view on Application Delivery Controllers, evaluates strengths and weaknesses of solutions, and provides Magic Quadrant reporting for a quick comparison across all vendors. Learn from Gartner how you can benefit from an all-in-one device like Citrix NetScaler that delivers the highest levels of availability, performance and security.

Request Your Free Technology Downloads!
 
Knowledge is Power
What you don't know can hurt you, and is likely costing you money and increasing your security risks during an era of scarce resources. This white paper proposes six key strategies that enterprise security managers can use to improve their network defense posture.

Request Your Free Technology Downloads!
 
Rationalizing the Multi-Tool Environment
The rationalized multi-tool approach is flexible, scalable and cost effective. It provides the necessary input to the IT service management business processes. It preserves prior investments in monitoring tools, empowers technologists to select the best tools with which to do their jobs, and enhances effective response to incidents.

Request Your Free Technology Downloads!
 

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




© 2003-2010 by Developer Shed. All rights reserved. DS Cluster 1 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek