Need help with page title (Static front page)

The conditional tag is_front_page() is used to specifically check for a static front page, so you should be able to use that to switch between your title formats

<title>
    <?php if(is_front_page()) {
        bloginfo('name');
    } else { 
        wp_title( '|', true, 'right' );
    }; ?>
</title>

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