In the account table, I used
Code:
UPDATE `account` SET `password` = "rencro"
WHERE `name` = "gm";
That of course assumes you already have an account setup as gm and have already set its account status to 255...
i tried sha1 and hash but neither worked but its all on my private network for messing around so I didnt dig into why..