Hey Stangill,
I did exactly what you said to do regarding the wp-settings file. And i still am recieving the message:
“Your PHP installation appears to be missing the MySQL which is required for WordPress.”
My wp-config.php file is correct i believe:define(‘DB_NAME’, ‘WordPress56’); define(‘DB_USER’, ‘WordPress56’);
define(‘DB_PASSWORD’, ‘********’);
define(‘DB_HOST’, ‘mysql59.secureserver.net’);
I transfered all the files using Smart FTP:
My Login: SnoBrdr56
Password: ********
Can anyone help???????
I also used GoDaddy.com, created the database, created the wp-config file with my settings:
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘WordPress56’); (‘DB_USER’, ‘WordPress56’); (‘DB_PASSWORD’, ‘******’);
(‘DB_HOST’, ‘localhost’);
Than i moved all the wordpress files onto the server in my root directory. (My url is http://blantantineptitude.com) and the subdirectory is SnoBrdr56..so i moved them all into the /SnoBrdr56 directory.
After following the 5 minute installation, i recieve the following message:
Your PHP installation appears to be missing the MySQL which is required for WordPress.
How to I fix this?