WordPress - MySQL Update Admin Email Address
UPDATE wp_options SET option_value = 'username@example.com' WHERE option_name = 'admin_email';