MyBB Community Forums

Full Version: Admin CP Access Help!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So i was looking through my groups and I unchecked access to admin cp on my group and its the only group that had access so im stuck with no way to get access back to add access to admin panel again. All I have is the MySQL on phpMyAdmin I looked through the usergroups table and found usercp and modcp but no admin cp! Please Help!
run below sql queries (one by one)
UPDATE `mybb_usergroups` SET `cancp` = '1' WHERE `gid` = '4'; 

DELETE FROM `mybb_datacache` WHERE `title` = 'usergroups';
Thanks very much!