Pracovalo pro mě a "5.7.11 MySQL Community Server":
use mysql;
update user set authentication_string=password(''), plugin='mysql_native_password' where user='root';
Musel jsem také změnit pole 'plugin', protože bylo nastaveno na 'auth_socket'.
Poté jsem se mohl připojit jako mysql -u root
bez hesla.