Сработи за мен и "5.7.11 MySQL Community Server":
use mysql;
update user set authentication_string=password(''), plugin='mysql_native_password' where user='root';
Трябваше да променя и полето „plugin“, защото беше зададено на „auth_socket“.
След това можех да се свържа като mysql -u root
без парола.