You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running mysql:5.5 with /var/lib/mysql mounted on a nfs file system, I get this error:
chown: changing ownership of '/var/lib/mysql/': Invalid argument
I edited the entrypoint script to see if I had write access in /var/lib/mysql, and I have, and files I create in the entrypoint script are created in the mounted directory. It's just the chown that fails, and at that point, the script fails.
It works fine on an ext4 file system on the same machine, and then the result of chown is 999:localadmin