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'. InnoDB: Cannot continue operation. 私はmysql_upgradeそれを再構築するために走りました、そして、それは再構築するために働きます。その前に、MySQLを削除してインストールしました。ただし、再起動しようとすると、同じエラーが発生します。すべてのファイルとディレクトリはmysqlユーザーによって作成されるため、許可の問題ではないと確信しています。 このエラーを修正する方法を教えてください。
17
mysql