Skip to content

Instantly share code, notes, and snippets.

@gumayunov
Created September 5, 2009 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gumayunov/181433 to your computer and use it in GitHub Desktop.
Save gumayunov/181433 to your computer and use it in GitHub Desktop.
mysql> select option_id, option_name, length(option_value) from wp_options where option_value like '%base64_decode%'\G
*************************** 1. row ***************************
option_id: 67
option_name: rss_867bd5c64f85878d03a060509cd2f92c
length(option_value): 336349
1 row in set (0.02 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment