This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Lost Password

We have lost our password to command Center. Can anybody tell us how we can reset this.


This thread was automatically locked due to age.
Parents
  • Hi,

    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";

    Have fun.

    Cheers,
    Henning
Reply
  • Hi,

    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";

    Have fun.

    Cheers,
    Henning
Children
No Data