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.
Why my phpmyadmin cannot run?Thank you!
Moderator: General Moderators
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
When you run a file with:
in it is there any mention of MySQL?
Mac
Code: Select all
<?php phpinfo(); ?>Mac