-
Notifications
You must be signed in to change notification settings - Fork 441
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
Root user lacks grant privileges #362
Comments
The entrypoint only has an effect on uninitialized data directories. Add a init-file configuration option pointing to your grant.sql file. |
Thanks. Yes I tried the init-file route without luck. In the end I created a new installation and copied the mysql schema into my old one. i just needed to add back the users manually. Not sure how it got in that state |
It occurs to me that
|
Somehow the root user has Grant_priv set to N
I have tried putting a file grant.sql containing
in the /docker-entrypoint-initdb.d directory but it doesn't have any effect
The text was updated successfully, but these errors were encountered: