IT Solutions · 2025-01-08 0

AApanel WP Toolkit problem with MySQL v8.0 and v9.0

aapanel

Mysqld, Version: 9.0.1

When I try to restart the service, it cannot be started. cannot be restarted.

Error to connection database of this wordpress website

[ERROR] [MY-000067] [Server] unknown variable ‘query_cache_type=1’.

Fix:

Remove the query_cache_type and query_cache_size from the config, the mysql service starts normally.

query_cache_type = 1
#
query_cache_size = 128M

Simon Guetta

URL