get_avatar_url() how to reset the default image

Paste below code in function.php file

function theme_custom_avatar_url($url, $idOrEmail, $args){

    return get_home_url() . '/wp-content/uploads/.../profile_image_0.jpg';
}
add_filter('get_avatar_url', 'theme_custom_avatar_url', 10, 3);

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