Pracował dla mnie i „5.7.11 MySQL Community Server”:
use mysql;
update user set authentication_string=password(''), plugin='mysql_native_password' where user='root';
Musiałem również zmienić pole „wtyczka”, ponieważ było ustawione na „auth_socket”.
Potem mogłem połączyć się jako mysql -u root
bez hasła.