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 ..
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
Rep+ [SOLVED]
I deleted my access to, and i tried to add that directly from the MySql database. I don't have PhpMyadmin