Why Tags don’t appear in my page?

Run a loop to output your tags:

$posttags = get_the_tags($post->ID);
if ($posttags) {
    foreach($posttags as $tag) {
        echo '<a href="'.get_tag_link($tag->term_id).'" title="'.$tag->name.'">'. $tag->name .'</a>'; 
    }
}

You don’t have to provide $post->ID if you are using this inside a loop.

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