-
Notifications
You must be signed in to change notification settings - Fork 89
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
mariaex error #222
Comments
I have the same error after upgrading to MySQL 8.0 |
We occasionally run into the same error. |
Can also confirm that the error happens when upgrading to MySQL 8.0, it disappears when downgrading to MySQL 5.7. |
I thought I was the only who is having the same error while following the tutorial using
|
I can't find this info anywhere, but looks like currently mariaex doesn't support MySQL 8.0.x? Can anyone from maintainers confirm it? |
Seems like it, while running a gitlab CI task it kept failing on the same but after downgrading to |
MySQL 8 changes the default authorization plugin, to wokraround you need to to start MySQL with parameter:
|
I am facing this intermittently with |
mix ecto.create
** (Mix) The database for Myapp.Repo couldn't be created: an exception was raised:
** (RuntimeError) Connect raised a CaseClauseError error. The exception details are hidden, as
they may contain sensitive data such as database credentials.
05:30:56.398 [error] GenServer #PID<0.724.0> terminating
** (RuntimeError) Connect raised a CaseClauseError error. The exception details are hidden, as
they may contain sensitive data such as database credentials.
Last message: nil
State: Mariaex.Protocol
The text was updated successfully, but these errors were encountered: