Created
January 4, 2013 05:04
-
-
Save dky/4450098 to your computer and use it in GitHub Desktop.
Verify that the user account is set to default "admin" in Wordpress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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