Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL root password without dollar symbol #5

Closed
olegstepura opened this issue Dec 5, 2017 · 1 comment
Closed

MySQL root password without dollar symbol #5

olegstepura opened this issue Dec 5, 2017 · 1 comment

Comments

@olegstepura
Copy link

olegstepura commented Dec 5, 2017

Hi!

Didn't dig deep, but it seems like a dollar sign is missing here (MYSQL_ROOT_PASSWORD => $MYSQL_ROOT_PASSWORD):

GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' identified by 'MYSQL_ROOT_PASSWORD' WITH GRANT OPTION;

@dominictayloruk
Copy link
Member

Fixed, Thanks for spotting this.

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

No branches or pull requests

2 participants