MyBB Community Forums

Full Version: lock down
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ok so, i made a mistake not knowning that if i merge my admin account with a normal account, theni wont have admin permissions, and now i cant get in the forum... and the reason this is becuz i use the merge system itself to transfer my files from a phpbb forum to my mybb forum, so is there away to fix this without making a mess?
UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = 'X'

Run this in phpMyAdmin. Check the table prefix and change the X to your uid. This will make you an admin.
what u mean by run?
As in you go into phpMyAdmin and enter that query into the SQL area - it then runs that query.
wow, i learn something new... thanks a mill Smile
(2009-02-26, 11:43 PM)Murder-Ink Wrote: [ -> ]what u mean by run?
So many people ask this. You need to make it a sticky!
I made a tutorial on it but nobody sees it Sad