colap Posted October 17, 2012 Share Posted October 17, 2012 I installed the php.exe so i got a PHP/ folder in C:\ and i also have installed mysql.msi. Now what else do i have to do to configure and run these with their correct connectivity? If i uncomment these line in php.ini, will it do the job? ;extension=php_mysql.dll;extension=php_mysqli.dll ;extension=php_pdo_mysql.dll Do i have to do anything special to configure mysql with php on windows 7? Quote Link to comment Share on other sites More sharing options...
Christian F. Posted October 17, 2012 Share Posted October 17, 2012 Uncomment one of the lower, and use it (MySQLi or PDO) instead of the old and outdated MySQL library. But, yes, that should fix it. Just remember to use a guide that shows you to use the library you've chosen, as there are some differences between the three choices. Quote Link to comment Share on other sites More sharing options...
ManiacDan Posted October 17, 2012 Share Posted October 17, 2012 You didn't say anything about a webserver. Quote Link to comment Share on other sites More sharing options...
colap Posted October 30, 2012 Author Share Posted October 30, 2012 Apache web server . 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.