Monday, November 10, 2014

Resetting Media Wiki Password from PhpMyAdmin

Go to wiki tables and find user table and excecute the following

UPDATE user SET user_password=md5(concat(1,'-',md5('madhu'))) where user_id=1