Подсказки для себя...

Пароль root в MySQL 8

flush privileges;
ALTER USER ’root’@’localhost’ IDENTIFIED WITH mysql_native_password BY ’123456’;