which password are you talking about? Do you still have your shell/console passwords for loginuser and root? If so, you can go to the console and do something like:
# mysql -u root > use ACC; > update Admins set md5=MD5("yournewpassword") where username="youruser";
which password are you talking about? Do you still have your shell/console passwords for loginuser and root? If so, you can go to the console and do something like:
# mysql -u root > use ACC; > update Admins set md5=MD5("yournewpassword") where username="youruser";