db-mysql-reset-or-change-root-passwd
https://stackoverflow.com/a/16556534/12539782
```sh > ALTER USER 'root'@'localhost' IDENTIFIED BY 'YOURNEWPASSWORD'; ```
https://stackoverflow.com/a/16556534/12539782
```sh > ALTER USER 'root'@'localhost' IDENTIFIED BY 'YOURNEWPASSWORD'; ```