Re: Monterey 12.6: cannot chown to _mysql for mysql datadir

2022-09-13 Thread Murray Eisenberg
Sorry for typo: what I tried was; chown -R _mysql:_mysql /Users/me/Databases/mysql/data > On 13 Sep2022, at 3:15 PM, Murray Eisenberg wrote: > > Whenever macOS updates to a new version, it destroys the custom settings for > my user directory and subdirectories that are required for

Monterey 12.6: cannot chown to _mysql for mysql datadir

2022-09-13 Thread Murray Eisenberg
Whenever macOS updates to a new version, it destroys the custom settings for my user directory and subdirectories that are required for mysql to access its datadir, which is in a custom location. In the past, I’ve used the command chown +R _mysql:_mysql /Users/me/Databases/mysql/data