PHPmyAdmin
Posted by: Futureman (---.houston.res.rr.com)
Date: January 27, 2006 11:04AM

Set the MySQL password and it works great!
To get PHPmyAdmin working is a whole other story.

I read a few posts and am getting the following error: "cannot load MySQL extension, please check PHP Configuration".

I took a look at the config.inc.php file in the phpmyadmin directory and the password I chose is there.

The documentation had the following info but does not sound like a fix:
"Usually, the problem is solved by installing a software package called "PHP-MySQL" or something similar. "


[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.
__________________

Not too concerned about phpmyadmin as long as the mysql console works but would love to see if someone could help me get phpmyadmin working.


*Thanks for your assistance in advance.

Options: ReplyQuote
Re: PHPmyAdmin
Posted by: naeonlite (80.85.75.---)
Date: January 30, 2006 06:43PM

I sorted this by opening the php.ini file and uncommenting the line:

extension=php_mysql.dll

Then restarting Apache.

Options: ReplyQuote


Sorry, only registered users may post in this forum.