MySQL 서버를 시작할 때 다음 오류가 발생합니다.
/usr/libexec/mysqld: Can't find file: './mysql/plugin.frm' (errno: 13)
[ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
InnoDB: The error means mysqld does not have the access rights to
InnoDB: the directory.
InnoDB: File name ./ibdata1
InnoDB: File operation call: 'create'.
InnoDB: Cannot continue operation.
나는 mysql_upgrade그것을 재건하기 위해 달려 왔으며 재건을 위해 일한다. 그렇게하기 전에 MySQL을 제거하고 설치했습니다. 그러나 다시 시작하려고 할 때 동일한 오류가 발생합니다. 모든 파일과 디렉토리가 mysql사용자에 의해 생성되므로 권한 문제가 아니라고 확신합니다 .
이 오류를 해결하는 방법에 대해 조언 해 주시겠습니까?