Question:
Your PHP installation appears to be missing the MySQL which is required for WordPress.?
Chaoi
2008-01-26 11:01:49 UTC
What does this mean?
What is going on?
I dont know anything about PHP or MySQL or WordPress or anything..
Just tell me how to make it go away.
Thanks!
Three answers:
2008-01-26 17:01:17 UTC
Make sure you created the Wordpress Database before installing wordpress.



Read this:

http://wordpress.org/docs/installation/5-minute/
2008-01-26 19:27:44 UTC
It means you did not provide proper credentials for setting up WordPress, or your MySQL server is down, or certain libraries are missing, or, as the message says, your Web host does not have MySQL installed.



Contact your Web host to solve these problems.
astralkid
2008-01-26 19:07:18 UTC
It's hard to tell. That can be numerous reasons.



1. add ISS_IUSRS as a user on the php.exe

2. add IUSR_COMPUTERNAME and "Network Service" to have read/execute access to C:\PHP

3. change ";extension=php_mysql.dll" to "extension=php_mysql.dll" (remove the leading semicolon)

4. (FOR PHP5) In php.ini file, fixed the "extension_dir" to point to "./ext/" - restart apache


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...