Skip to content

Instantly share code, notes, and snippets.

@mayukojpn
Created December 17, 2014 20:29
Show Gist options
  • Select an option

  • Save mayukojpn/e0aa78f5e524c3980704 to your computer and use it in GitHub Desktop.

Select an option

Save mayukojpn/e0aa78f5e524c3980704 to your computer and use it in GitHub Desktop.
ユーザー権限を書き換える(住まいる)
update wp_usermeta set meta_value='a:1:{s:13:"administrator";b:1;}' where user_id=16 AND meta_key="wp_capabilities"
update wp_usermeta set meta_value=10 where user_id=16 AND meta_key="wp_user_level"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment