This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at dprhcp108.doteasy.com.
The control panel labels the username for the database as memberid_username
I have tried:
// ** MySQL settings ** //
define(‘DB_NAME’, ‘memberid_wordpress’); // The name of the database
define(‘DB_USER’, ‘username’); // Your MySQL username
define(‘DB_PASSWORD’, ‘***********’); // …and password
define(‘DB_HOST’, ‘dprhcp108.doteasy.com’); // 99% chance you won’t need to change this value
// ** MySQL settings ** //
define(‘DB_NAME’, ‘memberid_wordpress’); // The name of the database
define(‘DB_USER’, ‘memberid_username’); // Your MySQL username
define(‘DB_PASSWORD’, ‘***********’); // …and password
define(‘DB_HOST’, ‘dprhcp108.doteasy.com’); // 99% chance you won’t need to change this value