Custom Taxonomy Sort For a Custom Query

$args = array(
   'post_type' => 'product',
    'tax_query' => array(
        array(
            'taxonomy' => 'icomcat',
            'field' => 'id',
            'terms' => array($prodcatid)
        )
    )
);
$postslist = get_posts( $args );

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