Page 1 of 1

Why my phpmyadmin cannot run?Thank you!

Posted: Sat Sep 14, 2002 10:46 am
by jianxh
Why my phpmyadmin cannot run? the output looks as follow:

cannot load MySQL extension,
please check PHP Configuration.

I am sure I have delete the ";" at the top of the extension about mysql in /etc/php.ini,but the output still looked like that.
my op is RedHat Linux 7.2 and my php ,mysql were installed when i install the operation system.

Posted: Sat Sep 14, 2002 11:01 am
by Takuma
What you mean you edited etc/php.ini? Is php.ini should be in that folder?

Posted: Mon Sep 16, 2002 2:37 am
by twigletmac
When you run a file with:

Code: Select all

<?php phpinfo(); ?>
in it is there any mention of MySQL?

Mac