Thread: 3 Server Q's
View Single Post
  #2  
Old 04-23-2006, 05:20 AM
paaco
Discordant
 
Join Date: Jan 2005
Posts: 320
Default

To flag yourself as a GM. Go to Start->Run and type in cmd <enter>
now type in cd\mysql\bin <hit enter>
mysql -u root <enter>
Update account set status=250 where name='your account name';
Reply With Quote