You have upgraded the MySQL binaries from 5.7.28 to 8.0.18 by using an in-place upgrade.
Examine the message sequence generated during the first start of MySQL 8.0.18:
Which step or set of steps will resolve the errors?
You have upgraded the MySQL binaries from 5.7.28 to 8.0.18 by using an in-place upgrade.
Examine the message sequence generated during the first start of MySQL 8.0.18:
Which step or set of steps will resolve the errors?
The errors in the log indicate that specific MySQL system tables (`columns_priv`, `event`, `proc`, `proxies_priv`, `tables_priv`) require repairs. The correct way to handle these issues is to use the `mysqlcheck` utility with the `--repair` option to fix these tables. This directly addresses the errors shown in the logs by repairing the affected tables, which is what is needed in this scenario.
C, you start mysqld with force upgrade option. New in 8.0