using post_type with meta_query

meta_query allows you to specify multiple meta conditions, so should be an array of arrays:

$args = array(
    'post_type' => 'project',
    'meta_query' => array(
        array(
            'key' => 'homepage_slide',
            'value' => 'true'
        )
    )
);

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