Shows only one Category in home page

Use pre_get_posts to modify the query before it is executed:

function include_category( $query ) {
    if ( $query->is_home() && $query->is_main_query() ) {
        $query->set( 'cat', '17' );
    }
}
add_action( 'pre_get_posts', 'include_category' );

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