You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Database change to mysql80 in magento2 template is failing to start.
I've changed package = pkgs.mariadb_106 to package = pkgs.mysql80;
first error I encountered was unknown variable 'query_cache_limit=1M'. I've fixed that by removing query_cache_size and query_cache_limit variables which have been removed in removed in MySQL 8.0.3.
Did you boot the mariadb database before switching to mysql?
It can be that the state the mariadb left is not compatible with mysql8.
Ideally you make sure the environment is stopped, then remove the .devenv/state/mysql directory, and finally start it again
Database change to mysql80 in magento2 template is failing to start.
I've changed
package = pkgs.mariadb_106
topackage = pkgs.mysql80;
first error I encountered was
unknown variable 'query_cache_limit=1M'
. I've fixed that by removingquery_cache_size
andquery_cache_limit
variables which have been removed in removed in MySQL 8.0.3.second error I see now
Table 'mysql.plugin' doesn't exist
The text was updated successfully, but these errors were encountered: