18.10 Problems with file permissions
If you have problems with file permissions, for example, if ERROR: Can't find file: 'path/with/filename.frm' (Errcode: 13)
Then the environment variable shell> UMASK=384 # = 600 in octal shell> export UMASK shell> /path/to/safe_mysqld & |