Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

SQL access denied for root@localhost during vagrant up #22

Open
vincentwinkel opened this issue Apr 10, 2018 · 3 comments
Open

SQL access denied for root@localhost during vagrant up #22

vincentwinkel opened this issue Apr 10, 2018 · 3 comments

Comments

@vincentwinkel
Copy link

In the file shell_provisioner/sylius/install.sh I replaced:

sed -i "s/database_password: null/database_password: vagrant/g" app/config/parameters.yml

by:

sed -i "s/database_password: '%env(SYLIUS_DATABASE_PASSWORD)%'/database_password: vagrant/g" app/config/parameters.yml

and it seems working now.

@itinance
Copy link

Thanks for pointing out! I ran into the same issue

@markusguenther
Copy link

Thank you @vincentwinkel ... I created a little PR otherwise this will not become part of the repository and all others also need to find this issue :)

QuenanChever added a commit to QuenanChever/Vagrant that referenced this issue Apr 25, 2018
QuenanChever added a commit to QuenanChever/Vagrant that referenced this issue May 21, 2018
@Sylk
Copy link

Sylk commented Oct 25, 2018

@Zales0123 please close this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants