Query by date from custom field

There is an argument meta_compare. Use it for comparison.

$args = array( 
    'posts_per_page' => -1, 
    'post_type'      => 'matches',
    'meta_key'       => 'date',
    'meta_compare'   => '>',
    'meta_value'     => '2016-11-12',
    'type'           => 'DATE'
);

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