Fixing integration issues of manually installed WordPress, MySQL, Php using IIS on Windows Servers

Error#1: Your PHP installation appears to be missing the MySQL extension which is required by WordPress. Fix: Enable MySQL Extension for Php via php.ini as shown below: ;;;;;;;;;;;;;;;;;;;;;;; Dynamic Extensions ;;;;;;;;;;;;;;;;;;;;;;; ; If you wish to have an extension loaded automatically, use the following; syntax:;;   extension=modulename.extension;; For example, on Windows:;;   extension=msql.dll;; … or under UNIX:;;   extension=msql.so;; … or with a path:;;   extension=/path/to/extension/msql.so;; If you only provide the name of the extension, PHP will look for it in its; default extension directory.;; Windows Extensions; Note that ODBC support is built in, so no dll is needed for it.; Note that many … Continue reading Fixing integration issues of manually installed WordPress, MySQL, Php using IIS on Windows Servers