GitXplorerGitXplorer
h

mh-docker-mysql

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
78a7128f532b58991f5d8725845bfacbaf3a34a4

Create README.md

hhoogenm committed 7 years ago
Unverified
fa2894b69d7ed541d6203a7ce1511d1f86efb112

Initial commit

mmvandenhoogen-glda committed 7 years ago

README

The README file for this repository.

With the original mysql docker image (5.7), I could not use a (CIFS-) mounted volume for /var/lib/mysql because the image tried to do an ssl_rsa setup which requires setting Unix access (filesystem) permissions.

A solution is to remove the /usr/bin/mysql_ssl_rsa_setup executable from the image. If this file is not present, the mysql image will skip the step that is incompatible with a folder /var/lib/mysql that does not support Unix file permissions.