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
Found this issue when I try to deploy an Elixir/Phoenix API using MyXQL in a mysql database already in use for others APIs at fly. So I have some issues when deploy and I guess it because the socket_options used in the runtime.
I clone this repo and made some tests, I can connect without socket_options locally but when I try to configure it I see some errors, first one is related to expected a keyword:
Found this issue when I try to deploy an Elixir/Phoenix API using MyXQL in a mysql database already in use for others APIs at fly. So I have some issues when deploy and I guess it because the
socket_options
used in the runtime.I clone this repo and made some tests, I can connect without
socket_options
locally but when I try to configure it I see some errors, first one is related to expected a keyword:{:ok, pid} = MyXQL.start_link(username: "root", password: "testpassword", hostname: "localhost", port: 3306, socket_options: [:inet6])
Then I tried put
[inet6: :inet6]
and thats the output:Im trying to figure out how to connect using ipv6 with MyXQL, without
socket_options
works as expectedThe text was updated successfully, but these errors were encountered: