to recover a admin or ... password on ACC: (you must have root login!)
- login as root
- enter mysql (type mysql at the console)
- type > use ACC;
- type > update Admins set md5 ='md5 sting from new passwd' where username ='username';
I have astaro v7.002 and I went into mysql mode. But when I type "use ACC;" it says there is not such table, or something like that. I was logged in as Root. I listed all the tables and ACC was not one of them. Is there another way to reset the Admin password when from the console. For some reason my setup would not accept my admin password anymore, so I had to do a factory reset. It would have been a lot easier if I could have reset the password only.