MyBB Community Forums

Full Version: Admin from PHPMYADMIN
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

Is there a way to make someone admin from the phpMyAdmin panel?

Thanks in advance!
Yes, run this query:

UPDATE mybb_users SET usergroup = '4' WHERE uid = X;
Thank you !!!!!!
Please don't try and circumvent support denial by posting here Smile