So I’ve read the other post about same error, but didn’t solve my problem ( other post )
I’ve checked though FTP the wp-config and yes, had the domain name on DB_HOST but
You should have something like this:
/** MySQL hostname */
define( ‘DB_HOST’, ‘localhost’ );Right now, it probably has something like
yourdomain.com
instead oflocalhost
.
But neither localhost or yourdomain.com
solves the issue. Waited with localhost for over an hour and nothing. Can’t access my website.