MyBB Community Forums

Full Version: Big problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

Yesterday I attempted to change my admin password

But I was wrong I delete admin Account

What should we do now

Please help
help me


help me
You can run this query in phpMyAdmin to move a user into the admin group, replace X with your actual User ID:

UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = 'X'