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? Link to comment https://forums.phpfreaks.com/topic/2929-mysql/ 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 Link to comment https://forums.phpfreaks.com/topic/2929-mysql/#findComment-9840 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 Link to comment https://forums.phpfreaks.com/topic/2929-mysql/#findComment-9843 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 Link to comment https://forums.phpfreaks.com/topic/2929-mysql/#findComment-9844 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! Link to comment https://forums.phpfreaks.com/topic/2929-mysql/#findComment-9866 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.