Skip to content

Instantly share code, notes, and snippets.

@ryanjbonnell
Created June 4, 2014 16:19
Show Gist options
  • Save ryanjbonnell/b78002efbe6662703fa6 to your computer and use it in GitHub Desktop.
Save ryanjbonnell/b78002efbe6662703fa6 to your computer and use it in GitHub Desktop.
WordPress - MySQL Update Admin Email Address
UPDATE
wp_options
SET
option_value = 'username@example.com'
WHERE
option_name = 'admin_email';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment