shopwareArchive / shopware-platform-vagrant

DEPRECATED: A Vagrant setup ready for shopware platform development
22 stars 14 forks source link

MySQL root access? #18

Closed macidev closed 4 years ago

macidev commented 4 years ago

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 4 years ago

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 4 years ago

thanks a lot.