Hi there! I just migrated a legacy MySQL plugin to a service using the migration tool.
My API service can correctly connect to the database using the internal domain (database.railway.internal).
However, I am unable to connect to the MySQL service from my own machine, using the public domain proxy (roundhouse.proxy.rlwy.net:22516).
I receive the following error:
ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 3
Seems like there is an issue with the initial handshake, which might be a problem with the proxy?