How to display posts month by month?

WordPress 3.7 introduced the date_query to display posts month by month:

$args = array(
    'date_query' => array(
        array(
            'month' => $month
        )
    )
);
$query = new WP_Query( $args );

Note : $month refers to month number (1-12)

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