Your PHP installation appears to be missing the MySQL which is required for Word
-
Let me start by saying that I have done the search and tried all the solutions suggested, so far without success.
Most of the other posts deal with Apache installations. I have a Win 2003 Server running IIS6. PHP and MySQL are each installed on C:/ in their own directories, and the MySQL datafiles are in a separate directory on E:/. WP is installed as a sub directory of a website as E:/website/wordpress. PHP and MySQL both seem to work OK. That is, IE will respond to a simple PHP script and the MySQL Administrator runs, sees the users installed and both the default MySQL DB and the new DB shell I created.Browsing to the install.php file produces the dreaded “Your PHP installation appears to be missing the MySQL which is required for WordPress” error.
mysql.dll and libmysql.dll are both in the C:/PHP directory along with php-cgi.exe and both are also in C:/winnt.system32.
removing the comment from extension=php_mysql.dll in the php.ini file (in C:/winnt) causes the browser to hang rather than produce the MySQL missing message.
I’ve also tried other permutations, so far without success. Does anyone have any other suggestions?
The topic ‘Your PHP installation appears to be missing the MySQL which is required for Word’ is closed to new replies.