Display category name on featured image in wordpress excerpt

use get_the_category()

<?php
  foreach((get_the_category()) as $category) { 
     echo $category->cat_name . ' '; 
   } 
?>

Note: It will return a list of categories if there are more than one category

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