Forum Moderators: coopster
cannot load mysql extension;
please check PHP configuration
Documentation
[1.20] I receive the error "cannot load MySQL extension, please check PHP Configuration".To connect to a MySQL server, PHP needs a set of MySQL functions called "MySQL extension". This extension may be part of the PHP distribution (compiled-in), otherwise it needs to be loaded dynamically. Its name is probably mysql.so or php_mysql.dll. phpMyAdmin tried to load the extension but failed.
Usually, the problem is solved by installing a software package called "PHP-MySQL" or something similar.
This is like a classic problem. I've got php 5.0.4 and in the php.ini file it has a message about mysql support already being enabled with 5.0.4, and no DLL is needed. I added the dll anyway in the c:/php/backup folder (maybe this is the wrong place?)
;Windows Extensions
;Note that MySQL and ODBC support is now built in, so no dll is needed for it.
;
extension=php_mysql.dll
extension=php_mysql.dll
however now it says it can't find the dll.
Warning: PHP Startup: Unable to load dynamic library './php_mysql.dll' - The specified module could not be found. in Unknown on line 0
I BELEVE i'm supposed to copy/move it from php fold, however i don't have any dll files that are supposed to be there. Did PHP not install properly or do i need to download a bunch of dlls?