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” ;