MySQL Forums
Forum List  »  PHP

Re: Cannot load mysql extension. Please check your PHP configuration
Posted by: nobody 0633
Date: March 13, 2006 09:40PM

Assuming you installed php in D:\php. In php.ini, uncomment extension=php_mysql.dll, extension=php_mbstring.dll; make sure extension_dir = "D:\php\ext" (you can keep php_mysql.dll in the ext folder).

In Apache httpd.conf, set PHPIniDir "D:/php" (assuming your php.ini is in D:\php)

Set Windows' path to D:\php; D:\php\ext


Restart Windows



Edited 1 time(s). Last edit at 03/13/2006 09:42PM by nobody 0633.

Options: ReplyQuote


Subject
Written By
Posted
Re: Cannot load mysql extension. Please check your PHP configuration
March 13, 2006 09:40PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.