Plugin 'InnoDB' registration as a STORAGE ENGINE failed [ERROR] Could not open mysql.plugin table: "Table 'mysql.plugin' doesn't exist"
Jan 04 02:15:17 linux mysqld[11469]: 2026-01-04 2:15:17 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. Jan 04 02:15:17 linux mysqld[11469]: 2026-01-04 2:15:17 0 [Note] Plugin 'FEEDBACK' is disabled. Jan 04 02:15:17 linux mysqld[11469]: 2026-01-04 2:15:17 0 [ERROR] Could not open mysql.plugin table: "Table 'mysql.plugin' doesn't exist". Some plugins may be not loaded
chown -R mysql:mysql /var/lib/mysql
chmod 755 /var/lib/mysql
systemctl restart mysqld
Comments
Post a Comment