get_the_excerpt without images

You may try the following code.

   $content = get_the_excerpt();
   $content = preg_replace("/<img(.*?)>/si", "", $content);
   echo $content; 

preg_replace will remove the image tag content from the post content.

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