Closed the-noob closed 1 year ago
After posting I thought about something, obviously.
Running iex -S mix
and then doing {:ok, pid} = MyXQL.start_link(hostname: "127.0.0.1", username: "Xport: 3326, password: "x")
works so it's something with the initial config (done through .env)
Using WSL, I've added a port forwarding to my SSH connection and connection works from a GUI (HeidiSQL) and also from CLI
Using the same credentials and port in my app I get
Anything I can do to debug further?