View Single Post
  #4  
Old 11-16-2012, 12:27 PM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

drop to a command prompt and run this to give an account access to all commands:

Code:
mysql -u<mysql username> -p<mysql password> --database=<emu database name> -e "UPDATE account SET status=255 WHERE name='<emu account username>' LIMIT 1;"
note: everything in red will need to be changed to fit your setup.
Reply With Quote