Jump to content
  • 0
mastabomba

MySQL command notes

Question

Change  account to GM

 

Putty/ssh to server/open mysql cli

 

mysql -u ragnarok -p

 

open hercules's database e.g.: ragnarok


 

use ragnarok;

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

 

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.