sabi Posted January 28, 2008 Share Posted January 28, 2008 Hi, I'm first time visitor of this website and I hope someone will be able to help me out. I ran the phpinfo() function and did not find "MySQL" in the list of PHP supporteded programs. I looked at the php.ini file and to the best of my knowledge I've made sure that "extension=php_mysql.dll" is not commented. What am I missing. I'm running Apache 2.2.6. Any help will be much appreciated. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/88286-solved-need-help/ Share on other sites More sharing options...
amites Posted January 28, 2008 Share Posted January 28, 2008 good chance that mySQL isn't running, check with your server manager Quote Link to comment https://forums.phpfreaks.com/topic/88286-solved-need-help/#findComment-451755 Share on other sites More sharing options...
sabi Posted January 29, 2008 Author Share Posted January 29, 2008 I have actually configured and am running "Command Line Client". Could that be a problem? Quote Link to comment https://forums.phpfreaks.com/topic/88286-solved-need-help/#findComment-452632 Share on other sites More sharing options...
craygo Posted January 29, 2008 Share Posted January 29, 2008 did you make sure the path to your extentions folder is correct in the php.ini file and also the dll is actually in the folder?? Quote Link to comment https://forums.phpfreaks.com/topic/88286-solved-need-help/#findComment-452637 Share on other sites More sharing options...
sabi Posted January 30, 2008 Author Share Posted January 30, 2008 Currently I have "extension_dir ="C:\Program Files\PHP\ext" in my php.ini file (but I actually do not have any such folder "ext" in my PHP folder. Does this seems correct? And yes I do have "libmySQL.dll" in the PHP folder. Please help. Quote Link to comment https://forums.phpfreaks.com/topic/88286-solved-need-help/#findComment-453002 Share on other sites More sharing options...
laffin Posted January 30, 2008 Share Posted January 30, 2008 u were supposed to extract the php.zip file with folders. sounds like u unzipped without the paths, thus ya got everything in one folder. Quote Link to comment https://forums.phpfreaks.com/topic/88286-solved-need-help/#findComment-453003 Share on other sites More sharing options...
sabi Posted January 30, 2008 Author Share Posted January 30, 2008 You're the man Laffin. I did not extracted the entire PHP folder earlier. I did it this time and I can now see MySQL in the list. Thanks for the help!! Quote Link to comment https://forums.phpfreaks.com/topic/88286-solved-need-help/#findComment-453774 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.