MyBB Community Forums

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

I've deleted accidentally my Admin group, is it possible to restore it? I have no backups made.


---Ld Est Ld---
do you have access to database manager (eg. phpMyAdmin) to run SQL queries ..
yes i have
run below queries one by one

DELETE FROM `mybb_datacache` WHERE `title` = 'usergroups'; 
UPDATE `mybb_users` SET usergroup='4' WHERE uid='your uid' 
UPDATE `mybb_usergroups` SET `cancp` = '1' WHERE `gid` = '4'; 

Thank You Very Much Toungue Rep+ [SOLVED]
I deleted my access to, and i tried to add that directly from the MySql database. I don't have PhpMyadmin