-
Notifications
You must be signed in to change notification settings - Fork 84
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
error with mariadb:10.2: recv
failed with: :timeout
#194
Comments
And works fine with MariaDB 10.1.x and MySQL 5.7.x as well. With 10.2.x it returns timeout error consistently. |
Do you use mariaex 0.8.2 from hex.pm? Can you check master? |
Yes, I am using 0.8.2 from hex.pm. I'm new to the Elixir ecosystem. I've now defined the dependency like this to fetch from git:
The error then does not occur and instead |
Good. The new version of mariaex will be released soon. |
Thanks, great to hear! |
Running
mix ecto.migrate
with just a simple, example User model and nothing else on a new phoenix app gives me this error with MariaDB 10.2.x consistently:Works fine with MySQL 5.6.x. Running latest versions of everything. Mac OS X 10.11, Docker for Mac used for running MySQL/MariaDB.
The text was updated successfully, but these errors were encountered: