Posts with Custom Fields does not appear

The problem was solved by making it display all post types:

$args = array(
    'cat' => 9,
    'posts_per_page' => 2,
    'post_type' => 'any',
);
new WP_Query($args);

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