birdie Posted May 10, 2006 Share Posted May 10, 2006 hi, i'm having a bit of trouble trying to install the mysql extensions in php 5. As some of u may know, they excluded mysql from their defaults grr. I'm just wondering how u can re-enable this extension? i've downloaded the PECL extensions but dont know what to do with them exactly. Any help appreciated [img src=\"style_emoticons/[#EMO_DIR#]/smile.gif\" style=\"vertical-align:middle\" emoid=\":smile:\" border=\"0\" alt=\"smile.gif\" /] .IIS 6Mysql 5PHP 5 Quote Link to comment Share on other sites More sharing options...
haydndup Posted May 10, 2006 Share Posted May 10, 2006 Have you tried changing your php.ini?Find the line:;extension=php_mysql.dllchange it to:extension=php_mysql.dllI'm running php5 on win xp with mysql and apache, and thats all i had to do. To be honest, i don't know IIS, so i'm not sure if any settings there need changing Quote Link to comment Share on other sites More sharing options...
birdie Posted May 10, 2006 Author Share Posted May 10, 2006 [!--quoteo(post=372974:date=May 10 2006, 05:43 PM:name=WhyWindows)--][div class=\'quotetop\']QUOTE(WhyWindows @ May 10 2006, 05:43 PM) [snapback]372974[/snapback][/div][div class=\'quotemain\'][!--quotec--]Have you tried changing your php.ini?Find the line:;extension=php_mysql.dllchange it to:extension=php_mysql.dllI'm running php5 on win xp with mysql and apache, and thats all i had to do. To be honest, i don't know IIS, so i'm not sure if any settings there need changing[/quote]oh thanks, should of thought about that lol 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.