okay this is what i have in my config file....taken password out obv
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'db56280');
/** MySQL database username */
define('DB_USER', 'mysql56280');
/** MySQL database password */
define('DB_PASSWORD', 'xxxxxxxxxxxxx'); - i cut and pasted this...
/** MySQL hostname */
define('DB_HOST', 'https://mysql56280.db.easily.co.uk/');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
/**#@+
but after running install i get...error establishing database connection....
:S