MyBB Community Forums

Full Version: SOLVED
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, this may sound a bit silly, but i seem to have deleted myself from the admin group and now can't access the admin pannel. Is there any help for this?

Solved by running this in PHPmyadmin:

UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = '1';