I accidently used the wrong method to reset the mysqldb password from Snapcenter.
Instead of
- open-SmConnection
- Set-SmRepositoryPassword
i used
C:\Program Files\MySQL\MySQL Server 5.7\bin>mysqld --defaults-file="D:\ProgramData\NetApp\SnapCenter\MySQL Data\my.ini" --init-file="D:\\mysql-init.txt"
where mysql-init.txt contains
ALTER USER 'root'@'localhost' IDENTIFIED BY 'newpassword';
Now I'm not able to do Open-SmConnection any more.
Any suggestions?