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 https://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?