MyBB Community Forums

Full Version: Me removed my admin now no acces
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello There

I removed admin access on my account I am the founder on my forum

I got access to cpanel etc what I was planning to do is set up a fake user so it can access admin so if they target me they can't access the admin panel but I removed the admin On my account frist and I lost access

possible any scripts eg to give my user account admin so I can re access the admin panel and continue

cheers
tdbnz
You can get admin access by running the query via PHPmyadmin:

UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = '1';

Assuming your id is 1.
yes correct will try this now thanks

*edit

Thanks Now able to access admin panel thanks again my friend

cheers
(2014-07-01, 12:15 AM)tdbnz Wrote: [ -> ]yes correct will try this now thanks

*edit not working

says You have to choose at least one column to display in phpmyadmin where abouts in the query thing do I run it

Choose database and click tab query, run it then.
found it works thanks for your help
(2014-07-01, 12:22 AM)tdbnz Wrote: [ -> ]found it works thanks for your help

Please mark the thread solved if you have solved the issue!