MyBB Tutorials

Reset a password using phpMyAdmin

Submitted by Aoki, , Thread ID: 12

Thread Closed
Aoki
retired
Level:
83
Reputation:
348
Posts:
7.89K
Likes:
2.3K
Credits:
1.7K
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

Tropical
Fulltime Member
Level:
0
Reputation:
35
Posts:
1.04K
Likes:
54
Credits:
117
17-05-2015, 09:03 AM
#2
Thank you :noh:

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

RE: Reset a password using phpMyAdmin

JMPRockFm
Suh Dude
Level:
0
Reputation:
13
Posts:
147
Likes:
4
Credits:
24
13-06-2015, 03:10 PM
#3
Thank you for sharing always comes in handy!

Users browsing this thread: 1 Guest(s)