Error establishing a connection to the database in my web

Hi. I have a hosting with you (www.alexisargiles.com), what is the host of the database (localhost not found)? I can not configure the DB. this is what I have in the wp-config:

/** The name of the database for WordPress */
define(‘DB_NAME’, ‘id6110267_u498875577_eqyhe’);

/** MySQL database username */
define(‘DB_USER’, ‘id6110267_u498875577_umyqu’);

/** MySQL database password */
define(‘DB_PASSWORD’, XXXXXXXXXXXX’);

/** MySQL hostname */
define(‘DB_HOST’, ‘???’);

hey type db host as localhost

/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);