On my mac, mysql suddenly stopped working after I reboot. After a lot of search, I checked my file permissions are messed up due to which mysql socket file was unable to create in tmp
I tried resetting permissions using following command as per this url
/usr/libexec/repair_packages --repair --standard-pkgs --volume /
result:
Permissions differ on "tmp", should be drwxrwxrwt , they are lrwxr-xr-x .
Unable to set owner & group on "tmp". Error 1: Operation not permitted
Unable to set permissions on "tmp". Error 1: Operation not permitted
ACL found but not expected on 'System'.
Unable to set owner & group on "System". Error 1: Operation not permitted
Unable to set permissions on "System". Error 1: Operation not permitted
can anyone know how I can fix this? I want mysql to run on my machine.