After successfull installation of PHP & IIS, it’s time to install MySQL. However before installing MySQL, we need to make some changes in PHP.ini file for MySQL to run. Now go to C:Windows where we have our PHP.ini file and open it. Search for extension_dir = “./” and replace it with extension_dir = “c:phpext” read more>>
Advertisement