How to render taxonomy in loop of custom post_type

try this code :

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

   ...
   ... 
}

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