I have installed Homestead with
vagrant box add laravel/homestead vagrant init vagrant up
I can login with user vagrant:vagrant, but I can't login as root!
root:root and root:vagrant is wrong password.
I have solution: there is no root password, because user "vagrant" can run sudo -s bash.
For me, I was able to type sudo su
and then I became root
.
See https://laracasts.com/discuss/channels/laravel/root-password-for-homestead-not-mysql-root-password/replies/107601 and https://stackoverflow.com/a/28097781/470749