MyBB Community Forums

Full Version: please help switched myself from admin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have changed myself from admin when i installed VIP and i was the only admin how can i change my group and a me back to admin through the databse
Go To Phpmyadmin Run This Query

As I Know Admin User Group Number Is 4 By Default

UPDATE `mybb_users` SET  `usergroup` =  '4' WHERE  `mybb_users`.`uid` =1;
I am in Phpmyadmin but i seem to be lost under what category should i achieve this method and how i am sorry I not advance in the situation
Go To Phpmyadmin then go to your database then go to Query

and Run

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

If You Couldnt Understand i Can Help You Via Teamviewer