Get emails from users by custom field SQL

I would do it this way:

$args = array(
            'meta_query' => array(
                array(
                    'key' => 'options_futures',
                    'value' => 'Options',
                    'compare' => '='
                )
            )
);
$users = get_users($args);

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