-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 8.0.11 docker: mbind: Operation not permitted #422
Comments
Hi, The error prevents certain NUMA operations from being carried out, for most use cases this won't impact the server (certain workflows get a performance improvement with NUMA). |
OS level error, as a result of th edefault security profile provided by Docker (seccomp). See docker-library/mysql#422.
So what was the solution on this? I am still getting this error on SequelPRO. |
Adding "--cap-add sys_nice" should make the warning go away.
|
@tianon On mysql 8 unknown option '--cap-add'. |
|
This comment has been minimized.
This comment has been minimized.
See also #303, which is a very long discussion of this warning (the conclusion of which is that adding the |
The docker version of mysql 8.0.11 have the following error at startup
mbind: Operation not permitted
I understand this is specific to docker security and seccomp and not directly related to mysql.
But as you propose mysql as a container, this issue impact all docker users.
Is this error a problem, since the database seems to work ?
can we safely ignore it ?
Or should I add CAP_SYS_NICE capability ?
Thanks.
The text was updated successfully, but these errors were encountered: