MyBB Community Forums

Full Version: Took myself off as admin..$ Reward
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2011-08-21, 03:52 PM)KronicArts Wrote: [ -> ]Not working,
The database name is "luxuryte_kronic" so how would I do that?
I've been trying UPDATE mybb_kronic SET usergroup = '4' WHERE uid = '1';

The database and prefixes are different my friend. I don't know how much more I can explain to you.
Perhaps I could help you via TeamViewer or so.
mybb_kronicadminlog
Run this query then:

UPDATE `mybb_kronicusers` SET `usergroup` = '4' WHERE `uid` = '1';
Thank you so much!
Finally solved.
Pages: 1 2