PHP Call to External Database

I can’t bee too specific answering your question, but you can certainly use a $wpdb instance to access another database:

$db = new wpdb('user', 'password', 'dbname', 'dbhost');
$results = $db->get_results('..query..');

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)