Page MenuHomeGitPull.it

AtlasFor server: MariaDB maintenance needed to fix InnoDB weird errors on mysql.innodb_table_stats
Closed, ResolvedPublic

Description

2021-12-10 10:22:23 7fadfebfb700 InnoDB: Error: Column last_update in table "mysql"."innodb_table_stats" is INT UNSIGNED NOT NULL but should be BINARY(4) NOT NULL (type mismatch).

We are using MariaDB Ver 15.1 Distrib 10.1.48-MariaDB.

Relateds:

Event Timeline

valerio.bozzolan created this task.
valerio.bozzolan updated the task description. (Show Details)
valerio.bozzolan updated the task description. (Show Details)

Done with:

systemctl stop atlasfor-calendar-mail-sender.service
systemctl stop apache2

mysqldump --events --quick --single-transaction mysql > mysql-dump.sql
mysql mysql < mysql-dump.sql
systemctl restart mysql

systemctl start apache2
systemctl start atlasfor-calendar-mail-sender.service