Ok so I'm the owner of the website and I Accidentally made my self not super admin anymore and now I can't access the AdminCP on my Owner/Admin Account.
Is there a way to fix this without reinstalling MyBB again?
Thanks.
Run this SQL query from phpmyadmin:
UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = '1'
(2013-03-02, 07:11 AM)effone Wrote: [ -> ]Run this SQL query from phpmyadmin:
UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = '1'
What do I do after that?
(2013-03-02, 07:11 AM)effone Wrote: [ -> ]Run this SQL query from phpmyadmin:
UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = '1'
Nevermind I got it I was on the Wrong Database. Thanks Man +Rep.