Hi, I'm using new version of MySQL 9 and there is a problem when I try to create WordPress website via WP Toolkit. The installation fails, and it crashes mysql service with an error:
[ERROR] [MY-000067] [Server] unknown variable 'query_cache_type=1'.
When I try to restart the service, it cannot be started. It seems that that query cache feature was removed in MySQL 8.0 (https://dev.mysql.com/blog-archive/mysql-8-0-retiring-support-for-the-query-cache).
If I remove the query_cache_type and query_cache_size from the config, the mysql service starts normally, but WP Toolkit adds the parameter back if I try to create WordPress website.
This problem is also present if I try to create WordPress website the 'old' way via Add Site - Wordpress deploy