get_comments_number() giving wrong results! What are alternatives?

$counts = wp_count_comments();

this will return total comments for blog

But if you want to get total comments of a post, then

$counts = wp_count_comments( $post_id );

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