Accessing mysql

It's a thing, getting blocked from mysql.

So, either directly in mysql or by --init-file (if locked out), add

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '<some_password>';