On my mysql database i can't put a query
ebenja-1TRIAL
a year ago
i have created a new database for a new project and now i can't put querys for create the tables, i have to create all the table by stages, it's horrible, it doesen't function, i can't connect tables between them. now my question is, how can i put querys in my database?
2 Replies
a year ago
You can connect to the database using the provided DATABASE_URL
or DATABASE_PRIVATE_URL
(the latter for connecting from inside a private network) environment variables and query it as you usually would. Unfortunately, there doesn't seem to be a 'Query' tab on databases - I thought there was, but I wonder if it was removed with recent updates.