• Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.

MySQL command notes

mastabomba

New member
Messages
13
Points
0
Change  account to GM

Putty/ssh to server/open mysql cli

Code:
mysql -u ragnarok -p


open hercules's database e.g.: ragnarok

Code:
use ragnarok;

update login set group_id = replace(group_id,'0','99') where userid like('youruser');

 
Back
Top