Enterprise Console管理ユーザーパスワードの管理
管理ユーザーパスワードの変更
次のコマンドを実行して、管理ユーザーのパスワードを変更できます。
ALTER USER 'platformadmin'@'localhost' IDENTIFIED BY '<new_password_here>';
- Linux
bin/platform-admin.sh change-password --user-name <username> --password <current password> --new-password <new password>- Windows
bin\platform-admin.exe cli change-password --user-name <username> --password <current password> --new-password <new password>
管理ユーザーパスワードのリセット
Enterprise Console のルートユーザーのパスワードを、次のコマンドを実行してリセットできます。
- Linux
bin/platform-admin.sh reset-password- Windows
bin\platform-admin.exe cli reset-password
パスワードをリセットすると、「admin」に設定されます。