Go Back   Cloud Computing > Support > Tutorials and Documentation
 

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 06-09-11, 04:07
BOD Member
 
Join Date: Dec 2010
Posts: 142
Default MediaWiki admin password

Hi!
I totally forgot my MediaWiki admin password that's why I am facing so many problems.
How can I reset my MediaWiki admin password?
Reply With Quote
  #2 (permalink)  
Old 06-09-11, 05:21
BOD Member
 
Join Date: Jun 2009
Posts: 68
Default

Hello,

You can reset the MediaWiki admin password from MediaWiki database associated with MediaWiki.
You need to connect the MediaWiki database through phpmyadmin or mysql-client. Once you are connected you need to run the following SQL query to change the admin password of MediaWiki.

Quote:
UPDATE user SET user_password = MD5( CONCAT( user_id, '-', MD5( 'NEWPASS' ) ) ) WHERE user_id =1
once the above complete, then you will able to login to MediaWiki with the new password.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump


All times are GMT -6. The time now is 23:59.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright © 1999-2012, BODHost Ltd. All rights reserved.