
mysql8.0.23安装后启动报错PID file could not be found(/usr/local/mysql/data/node4.pid)?

mysql8.0.23安装后启动报错PID file could not be found(/usr/local/mysql/data/node4.pid)?
文件没有写的权限,执行 “chown -R mysql:mysql /var/data” “chmod -R 755 /usr/local/mysql/data” 然后重新启动mysqld!