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 Link to comment https://forums.phpfreaks.com/topic/9479-php-5-mysql-on-windows-server-2003/ 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 Link to comment https://forums.phpfreaks.com/topic/9479-php-5-mysql-on-windows-server-2003/#findComment-34966 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 Link to comment https://forums.phpfreaks.com/topic/9479-php-5-mysql-on-windows-server-2003/#findComment-34991 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.