$ mysql -u root $ use mysql; $ update user set authentication_string=PASSWORD('') where user='root'; $ update user set plugin='mysql_native_password' where user='root'; $ flush privileges; $ quit;