Destramic Posted November 24, 2005 Share Posted November 24, 2005 i have: apache 2.1 php 5 mysql 5.1 phpmyadmin i have a probelm now with my phpmyadmin: cannot load mysql extension; please check PHP configuration can anyone help me please? Quote Link to comment Share on other sites More sharing options...
ishan Posted November 24, 2005 Share Posted November 24, 2005 [!--quoteo(post=321585:date=Nov 24 2005, 01:20 AM:name=Destramic)--][div class=\'quotetop\']QUOTE(Destramic @ Nov 24 2005, 01:20 AM) 321585[/snapback][/div][div class=\'quotemain\'][!--quotec--] i have: apache 2.1 php 5 mysql 5.1 phpmyadmin i have a probelm now with my phpmyadmin: cannot load mysql extension; please check PHP configuration can anyone help me please? Sounds a bit unknown error. Have u enabled mysql extention in php.ini, if not then enble it by removing hash(#) before extention=php_mysql.dll. U can check which modules PHP has loded with: <?php php_info(); ?> //Ishan Jain Quote Link to comment Share on other sites More sharing options...
Destramic Posted November 24, 2005 Author Share Posted November 24, 2005 the only thing i can see in my php.ini is: ;extension=php_mysql.dll so i removed the semi - colon and not worked then when i restarted my apache it says it cans load the moduel destramic Quote Link to comment Share on other sites More sharing options...
Destramic Posted November 24, 2005 Author Share Posted November 24, 2005 i did this: extension_dir = "C:\Program Files\Apache Group\Apache2\php5\ext" in my php.ini the when i restart i says unable to load C:\Program Files\Apache Group\Apache2\php5\ext\php_mysql.dll Quote Link to comment Share on other sites More sharing options...
Destramic Posted November 25, 2005 Author Share Posted November 25, 2005 erm got it working...i did a typo =/ gulp! thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.