Show comments based on user role in front end

Please check this

$args = array('post_author' => get_current_user_id(),);
$comments = get_comments( $args );
$list_args = array(
   'reverse_top_level' => false 
);
wp_list_comments( $list_args, $comments );

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