We are getting the mysql_upgrade message on our Production server. This is causing the mysqld.log to fill up quickly and the /var/log partition is using 92% of its space. Why are we getting message?
2020-03-17T17:46:39.022078Z 0 [Warning] InnoDB: Table mysql/innodb_table_stats has length mismatch in the column name table_name. Please run mysql_upgrade
2020-03-17T17:46:39.022102Z 0 [Warning] InnoDB: Table mysql/innodb_index_stats has length mismatch in the column name table_name. Please run mysql_upgrade
2020-03-17T17:46:39.022167Z 0 [Warning] InnoDB: Table mysql/innodb_table_stats has length mismatch in the column name table_name. Please run mysql_upgrade
2020-03-17T17:46:39.022193Z 0 [Warning] InnoDB: Table mysql/innodb_index_stats has length mismatch in the column name table_name. Please run mysql_upgrade
Also, how can we clean up the mysqld.log to make space in the /var/log partition?
API Gateway: 9.3