Skip to content

Instantly share code, notes, and snippets.

@dky
Created January 4, 2013 05:04
Show Gist options
  • Save dky/4450098 to your computer and use it in GitHub Desktop.
Save dky/4450098 to your computer and use it in GitHub Desktop.
Verify that the user account is set to default "admin" in Wordpress
select * FROM wp_sitemeta where meta_value = 'a:1:{i:0;s:5:"admin";}';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment