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

2022-09-15 Thread Murray Eisenberg
It was my mistake typing “+R”, which explains the error message. Changing to chown -R instead did finally work once I saw what I had done. Sorry for the trouble. > On 15 Sep2022, at 12:29 AM, Ryan Schmidt wrote: > > On Sep 13, 2022, at 14:36, Murray Eisenberg wrote: > >> On 13 Sep2022, at

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

2022-09-14 Thread Ryan Schmidt
On Sep 13, 2022, at 14:36, Murray Eisenberg wrote: > On 13 Sep2022, at 3:15 PM, Murray Eisenberg wrote: >> >> In the past, I’ve used the command >> >> chown +R _mysql:_mysql /Users/me/Databases/mysql/data >> >> as part of the steps to make a custom mysql datadir accessible to mysql. >>

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