Meta query – How to display a null meta key

Finally, this meta_query works :

'meta_query' => array(
            'relation' => 'OR',
            array(
               'key' => 'votes_average',
               'value' => '6',
               'compare' => '<',
               'type'    => 'NUMERIC',
            ),
            array(
                'key' => 'votes_average',
                'compare' => 'NOT EXISTS',
                'value' => 'null',
            )
        ),

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