hello,
I updated my FreeBSD 11.1 to 11.2 and it destroys my MySQL 8.0.11 InnoDB. I don't know how and I don't know why, but it does.
I tried to use the innodb_force_recovery flag starts with 1 up to 6, but nothing helps. My InnoDB is destroyed. (https://dev.mysql.com/doc/refman/8.0/en/forcing-innodb-recovery.html)
Does anybody has any idea how I recover my database?
thanks
Steffen
no, I forgot to make a snapshot of my mysql jail before I upgraded.
yes, now I would do that before...
I updated my FreeBSD 11.1 to 11.2 and it destroys my MySQL 8.0.11 InnoDB. I don't know how and I don't know why, but it does.
Code:
2018-09-21T21:51:16.239671Z 0 [System] [MY-010116] [Server] /usr/local/libexec/mysqld (mysqld 8.0.12) starting as process 21005
100
2018-09-21T21:51:16.659316Z 1 [ERROR] [MY-012097] [InnoDB] InnoDB: Table flags are 2861d5d in the data dictionary but the flags in file are 20![FATAL]Table flags are 4800 in the data dictionary but the flags in file mysql.ibd are 800!
2018-09-21T21:51:16.659346Z 1 [ERROR] [MY-000000] [InnoDB] InnoDB: Assertion failure: ut0ut.cc:670
I tried to use the innodb_force_recovery flag starts with 1 up to 6, but nothing helps. My InnoDB is destroyed. (https://dev.mysql.com/doc/refman/8.0/en/forcing-innodb-recovery.html)
Does anybody has any idea how I recover my database?
thanks
Steffen
no, I forgot to make a snapshot of my mysql jail before I upgraded.
yes, now I would do that before...