Open stevenmunro opened 5 years ago
It appears that the official docker images now run as the mysql user, not the root user.
Further information about the breaking change here
I'm currently searching for a solution.
Same error from me when I use percona/percona-xtradb-cluster:5.7.25
as container image of a Statefulset in Kubernetes.
Need an urgent solution.
Simply solution:
chown 1001:1001 /var/lib/mysql/ -R
It worked for me. Let me know if it works for you. Thanks Alessandro
PS: i think we can close this issue!!
I'm getting the following error in both docker-compose up and swarm mode for the
percona-xtradb-cluster
containers.