Site Administrator Your account has been disabled

Typed in the wrong password for the site admin (OJS 2.4.8) a few times and now it says, “Your account has been disabled.” How do I re-enable it?

Never mind. I did this at the MySQL prompt:

use ojsdb;
update users set disabled=‘NULL’ where user_id=1;