Link to home
Start Free TrialLog in
Avatar of huji
hujiFlag for United States of America

asked on

Unable to load dynamic library '...\php_mysql.dll'

I installed MySQL yesterday, and it used to work correctly. I restarted the machine today, and now it drops this error message on every PHP page:

HP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\Includes\php_mysql.dll' - The specified module could not be found. in Unknown on line 0

Please notice that MySQL server is running and I can access the database using other software. Also, the php_mysql.dll is in its place (C:\Program Files\PHP\Includes\php_mysql.dll) and IIS user has read permission over it.

Relevant parts of Php.ini file:

extension_dir = "C:\Program Files\PHP\Includes"
..
extension=php_mysql.dll

Other dll's placed in the same directory are being loaded correctly.

Any idea?
Huji
ASKER CERTIFIED SOLUTION
Avatar of Tomeeboy
Tomeeboy
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial