Can’t find MySQL
-
I have installed PHP, MySQL (4.0.24), and WordPress (1.5.1) on my local W2K box. I’ve created the database and user in MySQL and checked in the administrator tool to ensure that they both exist. Now when I run the install.php page, I get the message:
“Your PHP installation appears to be missing the MySQL which is required for WordPress.”
As far as I can tell, my wp-config file looks OK (the database, username and password match the settings in MySQL):
// ** MySQL settings ** //
define(‘DB_NAME’, ‘dtblog’); // The name of the database
define(‘DB_USER’, ‘wordpress’); // Your MySQL username
define(‘DB_PASSWORD’, ‘zjw868’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this valueThanks in advance for your help!
- The topic ‘Can’t find MySQL’ is closed to new replies.