Unable to edit my “Administration Email Address” after mySQL editing?

If you want to change the setting in General Settings > Administration Email Address, that comes from the admin_email value in the wp_options table. Change that with e.g.:

update wp_options set option_value="[email protected]" where option_name="admin_email" ;

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