Table 'tabDefaultValue' missing Error When creating new site

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.