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

Automatically set permissions for my.cnf #211

Closed
achekulaev opened this issue May 6, 2017 · 1 comment
Closed

Automatically set permissions for my.cnf #211

achekulaev opened this issue May 6, 2017 · 1 comment

Comments

@achekulaev
Copy link
Member

On Windows because of difference in permissions model this file has too open permissions by default. Because of that MySQL server refuses to accept it (example: #207):

Warning: World-writable config file '/etc/mysql/my.cnf' is ignored

We should set permissions to the ones that will be acceptable to MySQL during in _start_containers function.

@achekulaev
Copy link
Member Author

The issue is irrelevant because my.cnf is being copied to another place and proper permissions are being set by db container itself.

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

No branches or pull requests

1 participant