adfinis / openshift-mariadb-galera

Kubernetes / OpenShift Images for a MariaDB Galera Cluster
GNU General Public License v3.0
37 stars 42 forks source link

Remove usage of mysqld --init-file option #5

Closed tongpu closed 7 years ago

tongpu commented 7 years ago

Configuring users with the --init-file corrupted the mysql.user table and broke scaling up after a scale down. We've now changed to an approach similar to the mariadb Docker image, and increased the version of the Docker image to v002.

Fixes #4