MyBB Community Forums

Full Version: Can't enter in admin cp
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have accidentally change my group into another group and now i can't enter to my admin cp please need a in a hurry.
Go into phpMyAdmin, open the mybb_users table find your user row, edit it, and in the "usergroup" column change it to 4


or run this query:

UPDATE mybb_users SET usergroup = '4' WHERE uid='your_user_id_here'

Remember to change mybb_ to your table prefix, and your uid.
Thanks Tikitiki you saved me lol Smile
Or if anybody else has this problem, you only need to upload and excute this file.

*Upload it to the board main directory.