Jump to content

[SOLVED] mysql module not loaded in php config file


lightningrod

Recommended Posts

I am trying to install and use phpMyAdmin.  I already have MySQL and php installed.  php works fine, but I haven't tried to create a database with mysql as of yet.  I was curious about phpmyadmin.  when i run the setup for phpmyadmin, i get the following error:  "Cannot load mysql extension.  Please check your ph configuration."  I eneabled both the mysql.dll and mysqli.dll in php.ini, so i don't understand what the problem is.  Can someone help?  I will tell you more info if you need it - thanks in advance!

it all comes down to the use of "forward slashes" or "back slashes".  In the "php.ini" file, the location of the extension directory on my server is C:\php\ext\.  The "correct" location is C:/php/ext/.  Don't know why, as I am using Windows XP Pro, IIS 5.1

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.