How to search for many post types?

This is documented here: https://developer.wordpress.org/reference/classes/wp_query/#post-type-parameters

So to search for several post types you do:

$args = array(
    'post_type' => array( 'post', 'page', 'movie', 'book' )
);
$query = new WP_Query( $args );

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