Warning:The /usr/local/mysql/data directory is not owned by the ‘mysql‘ or ‘_mysql‘ ”

MySQL无法启动
打开终端输入下面命令
sudo chown -R _mysql:wheel /usr/local/mysql/data

重新启动-成功
Warning:The /usr/local/mysql/data directory is not owned by the ‘mysql‘ or ‘_mysql‘ ”
打开终端输入下面命令
sudo chown -R _mysql:wheel /usr/local/mysql/data