Changing bloginfo description from a plugin

You’re lookign for the bloginfo filter.

<?php
add_filter( 'bloginfo', 'wpse33522_change_bloginfo', 10, 2 );
function wpse33522_change_bloginfo( $text, $show )
{
    if ('description' == $show) {
        $text="Some New Description";
    }
    return $text;
}

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