You are not logged in.

#1 2010-10-23 01:21:20

nighthawk
Member
Registered: 2009-11-29
Posts: 20

Phpmyadmin error.

phpMyAdmin - Error

Cannot load mysql extension. Please check your PHP configuration. - Documentation

any idea why this is happening, php version is  5.2.14

Last edited by nighthawk (2010-10-23 01:23:22)

Offline

#2 2010-10-23 01:57:33

Snowknight
Member
Registered: 2009-06-11
Posts: 55
Website

Re: Phpmyadmin error.

Check your /etc/php/php.ini file and make sure that you have enabled the mySQL extension—remove the semicolon that begins the line with "extension=mysql.so." You might also want to enable the mysqli extension.  After you do that, restart Apache if you run PHP as an Apache module. Restart your FastCGI daemon if you run PHP that way.

Last edited by Snowknight (2010-10-23 02:07:36)

Offline

Board footer

Powered by FluxBB