Your PHP installation appears to be missing the MySQL which is required for Word
-
Hi there,
I am trying to install WordPress onto my website. I have modified the wp.config.php file with my DB info, including changing the localhost entry, which is required by my website host. But even when I had the localhost untouched I had the same problem. When I go to install.php I am greeted by this message:
Your PHP installation appears to be missing the MySQL which is required for WordPress.
I am confident my information is entered correctly in the config file, but here it is.
// ** MySQL settings ** //
define(‘DB_NAME’, ‘malzy’); // The name of the database
define(‘DB_USER’, ‘malzy’); // Your MySQL username
define(‘DB_PASSWORD’, ‘xxxxxxxxx’); // …and password
define(‘DB_HOST’, ‘mysql35.secureserver.net’); // 99% chance you won’t need to change this value (the above host is given to me when I login to to db info through the control panel for my website, under the name “Host Name”)My site is on a Windows server. I am on a Mac using the latest version of Safari.
Would somebody help me figure out what’s going on?
Thanks in advance.
- The topic ‘Your PHP installation appears to be missing the MySQL which is required for Word’ is closed to new replies.