testcontainers-java icon indicating copy to clipboard operation
testcontainers-java copied to clipboard

Ensure that directory permissions are properly set on MySQL and MariaDB

Open driverpt opened this issue 3 years ago • 0 comments

Fixes #914 #4952

Forces Directory/File to have the Others permission set (755 for Dir, 644 for Files), to avoid umask issues

driverpt avatar May 31 '22 12:05 driverpt