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.