how can i add an array of post types to this query?

$pp = new WP_Query(array(
    'post_type' => array( 'post', 'custom_type' ),
    'orderby' => 'comment_count',
    'posts_per_page' => 4
));

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