Solved: 7 Years, 7 Months ago Forums Locked and Forgot Password
#1
Solved: 7 Years, 7 Months ago
Hi,

I've locked my forums, I haven't login for awhile and then I cleared my browser history. My forums password was saved in my browser, I can't remember my password and I can't reset it either....

Anyone know how to fix this?
Reply
#2
Solved: 7 Years, 7 Months ago
see this reply

https://community.mybb.com/thread-85406-...24568.html
Reply
#3
Solved: 7 Years, 7 Months ago
(2017-04-28, 01:26 PM)ziuma Wrote: see this reply

https://community.mybb.com/thread-85406-...24568.html

Hi,

I followed the steps in PhpMyAdmin and I get this error (see screenshot attached below)
Reply
#4
Solved: 7 Years, 7 Months ago
You need to select your MyBB database from the list first.
No longer involved in the MyBB project.
Reply
#5
Solved: 7 Years, 7 Months ago
(2017-04-28, 02:26 PM)Nathan Malcolm Wrote: You need to select your MyBB database from the list first.

I've also done that as well and I get this error message (see screenshot attached below)
Reply
#6
Solved: 7 Years, 7 Months ago
If you're using a custom table prefix, you need to modify the name of the table in the query.
No longer involved in the MyBB project.
Reply
#7
Solved: 7 Years, 7 Months ago
looks like your forum has a different prefix for the database tables - it can be found from ~/inc/config.php file

[config.php]
Reply
#8
Solved: 7 Years, 7 Months ago
(2017-04-28, 02:37 PM).m. Wrote: looks like your forum has a different prefix for the database tables - it can be found from ~/inc/config.php file

[config.php]

What do I change the prefix to?
Reply
#9
Solved: 7 Years, 7 Months ago
what do you see in config.php file ? suppose you see xyz like below
$config['database']['table_prefix'] = 'xyz_';
in SQL query you have to replace mybb with xyz
Reply
#10
Solved: 7 Years, 7 Months ago
(2017-04-28, 02:51 PM).m. Wrote: what do you see in config.php file ? suppose you see xyz like below
$config['database']['table_prefix'] = 'xyz_';
in SQL query you have to replace mybb with xyz

I've changed table prefix and when I try to run the code again (After refreshing the page). I get this error
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)