lightningrod Posted November 26, 2008 Share Posted November 26, 2008 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! Link to comment https://forums.phpfreaks.com/topic/134293-solved-mysql-module-not-loaded-in-php-config-file/ Share on other sites More sharing options...
lightningrod Posted November 26, 2008 Author Share Posted November 26, 2008 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 Link to comment https://forums.phpfreaks.com/topic/134293-solved-mysql-module-not-loaded-in-php-config-file/#findComment-699150 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.