Hi, I got an error when I try to doing incremental backup on MariaDB 10.5.x or MySQL 5.7.
The error message is saying could not found table information_schema.COLUMN_STATISTICS
I checked information_schema, there is no table COLUMN_STATISTICS.
I found this table will exists in MySQL 8.0 but not exists in older version of MySQL/MariaDB.
Is there any way to fix this error ?
By the way, MySQL is running on Centos7, but SQLBackupAndFtp is running on Windows, I don’t have MySQL bin folder on Windows.
Set Generate Statistics Histograms to NO/DEFAULT doesn’t work for me.