MySQL root access?
Closed this issue · 2 comments
macidev commented
Hi,
currently there's no login for root as in previous vagrant for shopware 5.
Thanks a lot for your help.
Kind Regards
Marcus
flohessling commented
Hi @macidev,
where do you want to login as root?
For full access to the shopware database there is the user app
defined in the .psh.yaml.override
template file.
The root user is not configured by ansible in this setup.
You should be able to ssh into the vagrant box via vagrant ssh
and execute sudo mysql
to get root access to the MySQL instance of this vagrant box.
I hope this helps!
macidev commented
thanks a lot.