Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 9 Years, 3 Months, 1 Week ago move/copy all members of a group
#1
Solved: 9 Years, 3 Months, 1 Week ago
Hello

I'd like to find a solution to move/copy all members of a group to place in the registered users group (in the past I do the error to remove the members of this group because I thought that there was duplication)

Via a sql query can be? (If yes which?)

Thank you
#2
Solved: 9 Years, 3 Months, 1 Week ago
UPDATE PREFIX_users SET `usergroup` = 'NEW_USERGROUP' WHERE `OLD_USERGROUP` = 'OLD_USERGROUP_NUMBER'

so for my forum it would be

UPDATE `mybb`.`mybb_users` SET `usergroup` = '2' WHERE `mybb_users`.`usergroup` = 1;
#3
Solved: 9 Years, 3 Months, 1 Week ago
thank you very much
#4
Solved: 9 Years, 3 Months, 1 Week ago
No problem.


Forum Jump:


Users browsing this thread: 1 Guest(s)