MyBB Community Forums

Full Version: phpmyadmin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i put this in my phpmyadmin to for the access forum by post number mod:

UPDATE mybb_users SET usergroup = 'x', displaygroup = 'x' WHERE postnum >= 'y' AND usergroup = 'z'


how do i put this back to the default?