These settings are correct:
Code:
define('DB_HOST', 'xxx.xxx.xxx.xxx:port'); // or
define('DB_HOST', 'db.domain.com:port');
Also:
- make sure, that DB server is accessible from the outer world
- make sure, that your DB user is allowed to connect from your web server