MyBB Community Forums

Full Version: Promote Yourself to Admin Without Admincp?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I demoted myself to registered user to test something. How do get back to admin rank now that I changed it? I can't log into admincp so how do I do it without the admincp?
Go into phpmyadmin and run this query:

UPDATE mybb_users SET usergroup='4' WHERE uid='your uid'
(2011-12-17, 03:02 PM)Paul H. Wrote: [ -> ]Go into phpmyadmin and run this query:

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

Thanks Paul that worked!
You're welcome Smile