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
{{ message }}
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
first of all, thank you for this tool - it was exactly what I was looking for. However, It took me an unnecessarily long time to get it running, following the description in the README.
The README states, that I have to spawn the proxy like this and connect with MySQL client:
Following this instructions, sql-proxy complained that it could not connect to the host on :3307. I was able to fix it by providing the --remote-host flag and setting the host explicitly.
I don't know how pscale-proxy is supposed to work, but I somehow expected that it would "magically find" its host. As long as it doesn't do so, I'd suggest mentioning this in the guide.
Hi,
first of all, thank you for this tool - it was exactly what I was looking for. However, It took me an unnecessarily long time to get it running, following the description in the README.
The README states, that I have to spawn the proxy like this and connect with MySQL client:
Following this instructions, sql-proxy complained that it could not connect to the host on
:3307. I was able to fix it by providing the--remote-hostflag and setting the host explicitly.I don't know how pscale-proxy is supposed to work, but I somehow expected that it would "magically find" its host. As long as it doesn't do so, I'd suggest mentioning this in the guide.
Kind regards and keep up the great work!