In the my.cnf config file, you need to add the following line to resolve the issue.
[mysqld]
innodb-read-only-compressed=OFF
Restart mysql server after updating the config.
In the my.cnf config file, you need to add the following line to resolve the issue.
[mysqld]
innodb-read-only-compressed=OFF
Restart mysql server after updating the config.