Enterprise Console管理ユーザーパスワードの管理

管理ユーザーパスワードの変更

次のコマンドを実行して、管理ユーザーのパスワードを変更できます。

注: Enterprise Console で MySQL 5.7 以降が使用されている場合は、ALTER コマンドを実行してパスワードを更新します。
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」に設定されます。