Woocommerce – How to mix products and posts on a landing page?

I think this should do the trick

$args = array(
            'post_type' => array( 'post', 'products'),                   
            'posts_per_page' => 5 
             )
$loop = new WP_query($args);

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