MySQL querying in railway query option
Hello, I have created a mysql database in railway and connected to it remotely using workbench. I then imported data into it. However, when i try querying from the railway query, it fails despite it working on workbench. Why is that so?
This is my query: and the error it gives is
9 Replies
just do
it says
Try:
same error
For Postgres I had to do select * from “public”.”myDbtable” for it to work
Is your MySQL database up and running? Can you manually check the tables from "Data" tab?
Nope nothing is shown
Yes the sql is up and running
I think this may be a bug with MySQL on Railway. I have raised it to the team.
thank you