Cannot load mysql extension

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
mallen
Forum Newbie
Posts: 9
Joined: Thu Sep 20, 2007 9:23 pm

Cannot load mysql extension

Post 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
mallen
Forum Newbie
Posts: 9
Joined: Thu Sep 20, 2007 9:23 pm

Post 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.
Post Reply