-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MySQL 8 caching_sha2_authetication.so missing? #19
Comments
|
I think I can chip in here. Using docksal/db:edge-mysql-8.0 and docksal/cli:edge, same issue as above. I think the issue is not the DB-image, but the CLI one. It uses docker@cli:/var/www$ mysql --version and then failes to connect to the MySQL server with the above missing plugin |
It's enough to simply type "fin bash" and "mysql" to get docker@cli:/var/www$ mysql |
I might add, the entire directory does not exist " /usr/lib/x86_64-linux-gnu/mariadb19" |
Pushed a fix for the 8.0 MySQL image (#22) It's now available on the edge tag (
|
I am having trouble being able to run MySQL 8
It took me a while to figure out any error messages (drush-ops/drush#4256)
But finally I got this:
which led me to https://www.drupal.org/project/drupal/issues/2966523 which led me to adding a custom my.cnf under .docksal/etc/mysql/my.cnf with the contents:
Which will lead to this error whenever I visit the site or execute some drush sql:* commands
My host is 'db' though, I am clueless where that % is coming from.
Maybe because of the changed authentication method..?
All the other settings (user,pw,port) are correctly set though.
The text was updated successfully, but these errors were encountered: