MyBB Community Forums

Full Version: How do i change admin permissions without admincp?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I accidentally some how demoted myself so now i can't access my admincp. I'm honestly stuck and really need some help.
you can change your user group through database query
UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = 'X'
where X is your user ID (number)

see also common SQL queries guidance