Hi,

I have fresh installation of fedora core 2 and am trying to setup my webserver. php works and mysqls - but for some reason when trying to start phpMyAdmin it gives the warning:

cannot load mysql extension,
please check PHP Configuration

How can I tell if the mysql extension is installed and how can I fix this problem?

Is there a way of telling from a phpinfo report?

Thanks,

James

    well, here's a shot in the dark...

    Maybe look throught the phpmyadmin code version you have and check to see if attemps to load the extension (with an bad path, etc.) using dl()

      Write a Reply...