how to display woocomerce description of each category in wordpress? [closed]

$args = array( 'taxonomy' => 'product_cat' );
$terms = get_terms('product_cat', $args);

$count = count($terms); 

if ($count > 0) {

    foreach ($terms as $term) {
        echo $term->description;

    }

}

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