Page 1 of 1

Cannot load mysql extension

Posted: Sat Sep 22, 2007 12:19 am
by mallen
I had Mysql 5.0 and PHP 5.1.4 running fine. I installed PHP 5.2.4 and I get the following error when I start PHPMyadmin.

Cannot load mysql extension. Please check your PHP configuration.

extension_dir = "C:/PHP/ext/"

extension=php_mssql.dll
extension=php_msql.dll
extension=php_mysql.dll

Posted: Sat Sep 22, 2007 12:37 am
by mallen
Solved the problem. I was using 5.1.4 versions of php_mbstring.dll abd php_mysql.dll in the extensions and got the ones for PHP 5.2.4.4 and its working.