update eqdkp_auth_users set auth_setting='Y' where user_id in (select user_id from eqdkp_users where username = 'your username');
You would replace "Your Username" with the administrator's username. You could also be using a different table name structure for the prefix.. for example. Instead of "eqdkp_auth_users", you could have "eqdkp1_auth_users. Be sure to change this accordingly.
Press OK again and you should all have rights. Should an error occur, however, try using the 2nd Method.
select user_id, username from eqdkp_users where username like 'your username';
update eqdkp_auth_users set auth_setting = 'Y' where user_id ='1 ';