jimath Posted August 21, 2006 Share Posted August 21, 2006 [quote]hi everyone!i use php 5.0.5 mysql 5 apache 2 and phpmyadmin 2.8.2everything goes well with php maybe since phpinfo() runs.but when i am trying to run index.php file of phpmyadmin from my browserthe following message appears:"cannot load MySQL extension, please check PHP Configuration".i wonder if there is a problem with mysql 5 edition. [/quote] Link to comment https://forums.phpfreaks.com/topic/18227-phpmyadmin-problem/ Share on other sites More sharing options...
Corona4456 Posted August 22, 2006 Share Posted August 22, 2006 Well php may run fine but is the php mysql extension running or enabled? Link to comment https://forums.phpfreaks.com/topic/18227-phpmyadmin-problem/#findComment-78357 Share on other sites More sharing options...
wildteen88 Posted August 22, 2006 Share Posted August 22, 2006 What OS is your server running on? If its windows [url=http://www.phpfreaks.com/forums/index.php/topic,95378.0.html]read this FAQ thread[/url] it shoud help you. If your server is running on a unix based system you'll need to recompile PHP with the [b][i]--with-mysql=path/to/mysql[/i][/b] command and read the installation sections over at [url=http://uk.php.net/manual/en/ref.mysql.php]php.net[/url] for enabling the mysql extensions on Unix based systems. (Linux/Unix/Mac) Link to comment https://forums.phpfreaks.com/topic/18227-phpmyadmin-problem/#findComment-78526 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.