#QMYND:MYSQL-UNSUPPORTED-AUTHENTICATION was signalled
7 messages · Page 1 of 1 (latest)
Project ID: af684ae5-8a4b-4930-9d59-6884623336d2
It looks like the error ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client was signalled.
ended up using https://github.com/AnatolyUss/NMIG
Hi! I'm trying to use this, but I'm getting MySQL connection error: {"errno":-3008,"code":"ENOTFOUND","syscall":"getaddrinfo","hostname":"MYSQL_URL","fatal":true} PostgreSQL connection error: {"errno":-3008,"code":"ENOTFOUND","syscall":"getaddrinfo","hostname":"DATABASE_URL"}
Do you have any idea what's going on? I don't see anything I'm doing wrong at the moment.
I copied the MYSQL_URL and DATABASE_URL from the Railway "Connect" variables here
Oh I put DATABASE_URL in "host" in config.json instead of PGHOST (and the same for MySQL)