Why my phpmyadmin cannot run?Thank you!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jianxh
Forum Newbie
Posts: 5
Joined: Sat Sep 14, 2002 10:46 am

Why my phpmyadmin cannot run?Thank you!

Post 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.
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

What you mean you edited etc/php.ini? Is php.ini should be in that folder?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

When you run a file with:

Code: Select all

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

Mac
Post Reply