Metabox Data not saving

I tried your code and it saved the custom fields just fine. The issue is that esc_attr returns a string but does not echo it out.

Try this instead:

<p>Date: <input type="text" name="getextra_mbe_date" value="<?php echo esc_attr( $getextra_mbe_date); ?>" /></p>
<p>Time: <input type="text" name="getextra_mbe_time" value="<?php echo esc_attr( $getextra_mbe_time); ?>" /> </p> 

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