mysql -u root -puse mysql;
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root123';FLUSH PRIVILEGES;
quit