MyBB Community Forums

Full Version: problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi ... i have an important problem Sad

badly , i change my admin user group to vip , and now i don't have access to admin control panel ... is there any way to return to admin group ?? SadSad

please help me ...
Run this query in phpMyAdmin:
UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = 'X'

Replace X with your UserID.