Can't connect Prisma Accelerate to MySQL on Railway
I'm trying to connect Prisma Accelerate to a MySQL database hosted on Railway, but I keep running into issues.
When I use Prisma normally (without Accelerate), the connection works fine using this URL:
mysql://[user]:[password]@auto.proxy.rlwy.net:44574/mydb
But when I try to use Accelerate, I get this:
Please wait: Accelerate is not ready yet
Is there any official guidance on using Prisma Accelerate with Railway's MySQL?
Thanks a lot for any help or insight
When I use Prisma normally (without Accelerate), the connection works fine using this URL:
mysql://[user]:[password]@auto.proxy.rlwy.net:44574/mydb
But when I try to use Accelerate, I get this:
Please wait: Accelerate is not ready yet
Is there any official guidance on using Prisma Accelerate with Railway's MySQL?
Thanks a lot for any help or insight
