There may be a permissions issue with the MySQL data directory. You could try setting the permissions as follows (adjust the path to your data directory)
注意需要提升权限使用 sudo
chown -R mysql:mysql /usr/local/mysql/data
There may be a permissions issue with the MySQL data directory. You could try setting the permissions as follows (adjust the path to your data directory)
注意需要提升权限使用 sudo
chown -R mysql:mysql /usr/local/mysql/data