Site icon Hip-Hop Website Design and Development

SQL Question to Replace Admin E mail

After pushing a staging website to manufacturing I’ve admin@instance.check set because the admin electronic mail which I would like to vary. Clearly I can not entry that electronic mail to confirm the change as a result of it does not exist so I wrote this question:

UPDATE wp_options SET option_value = 'admin@instance.com' WHERE option_name = 'admin_email'

I discovered this associated reply however I don’t use phpMyAdmin.

Is that this an OK methodology to override this? Or is there a extra correct methodology?