NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Data Protection

I have locked myself out of the SnapCenter repository database

Spaceball
3,072 Views

I accidently used the wrong method to reset the mysqldb password from Snapcenter.

Instead of

  1. open-SmConnection
  2. 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?

 

1 ACCEPTED SOLUTION
1 REPLY 1
Public