7
MySQL을 시작할 때“mysql / plugin.frm 파일을 찾을 수 없습니다”
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'. …
17
mysql