Query posts with “non set” meta value

As documented, you can set the compare property of the meta query to NOT EXISTS:

$args['meta_query'] = array(
    array(
        'key'     => 'instrument',
        'compare' => 'NOT EXISTS',
    ),
);

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