Crafting WP_Query array, sort by date

You can sort a query by a specified post meta field as a number or as a text field.
Example:

$query_args = array(
            'meta_key' => 'event_date',
            'orderby' => 'meta_value_num'
 );
 $event_query = new WP_Query( $query_args );

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