Summary
How do I change the admin password for the Cluster Manager?
Solution
To reset the admin password, log in to the Cluster Manager machine. Bring up a command prompt and type:
<prompt> mysql
MYSQL> connect ecloud;
MYSQL> update ec_user set password=PASSWORD('password') where name='admin';
Applies to
- Product versions: All
- OS versions: All
Comments