I've looked around and I haven't been able to find any solutions for me.
I'm trying to install wordpress, but everytime I go to the install.php, i get a error that says it cannot connect to the database.
I've created a database and user name: (usr) magnate_ghostfac3 (db)magnate_magnatemag
and the config file looks like this:
// ** MySQL settings ** //
define('DB_NAME', 'magnate_magnatemag'); // The name of the database
define('DB_USER', 'magnate_uuuq_com_magnate_ghostfac3'); // Your MySQL username
define('DB_PASSWORD', '******'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
******************************************
I've tried magnate_magnatemag, magnatemag, magnate_uuuq_com_magnate_magnatemag for the db name and the same variations for the username
the password is correct, so I'm just lost. Any help would be greatly appreciated.
