Skip to content

Instantly share code, notes, and snippets.

@cognitom
Created January 3, 2012 21:51
Show Gist options
  • Save cognitom/1557123 to your computer and use it in GitHub Desktop.
Save cognitom/1557123 to your computer and use it in GitHub Desktop.
MediaWikiの管理者パスワードを再設定
UPDATE user SET user_password = MD5( CONCAT( user_id, '-', MD5( 'NEWPASS' ) ) ) WHERE user_id =1
#http://kb.siteground.com/article/How_to_reset_my_MediaWiki_admin_password.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment