MyBB Tutorials

Reset a password using phpMyAdmin

Submitted by Aoki, , Thread ID: 12

Thread Closed
15-01-2015, 01:02 AM
#1
If you'd like to change your password via PHPMyAdmin, run this SQL command:

Code:
UPDATE mybb_users SET password = '098f6bcd4621d373cade4e832627b4f6', salt = '' WHERE uid = '1337';

Replace the UserID (in this tutorial userid 1337) with the UserID you want to change.
This will change the password to "test".
1

RE: Reset a password using phpMyAdmin

#2
Thank you :noh:

This has worked amazingly.. this has to be the coolest share.

RE: Reset a password using phpMyAdmin

#3
Thank you for sharing always comes in handy!

Users browsing this thread: 1 Guest(s)