ALTER USER 'root'@'localhost' IDENTIFIED BY 'admin';
update user set authentication_string=password(`admin`) where user="root";
FLUSH PRIVILEGES;
update user set authentication_string=password(`admin`) where user="root";
FLUSH PRIVILEGES;