MySQL Forums
Forum List  »  PHP

Re: Cannot load mysql extension. Please check your PHP configuration
Posted by: Ulf Wendel
Date: January 18, 2006 04:18AM

This seems to be a PHP configuration issue. Please check:

- phpinfo() or php -i output for a "Configuration File (php.ini) Path" entry.
Make sure it's matching with your php.ini location.

- extension_dir setting in your php.ini. Is your php_mysql.dll in that directory?
If not, modify the setting accordingly.

Ulf

Options: ReplyQuote


Subject
Written By
Posted
Re: Cannot load mysql extension. Please check your PHP configuration
January 18, 2006 04:18AM


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.