How connect mysql database #2119
Answered
by
LuWroblewski
LuWroblewski
asked this question in
Q&A
-
I have a mysql database on AWS, i have a .env having this variables
But i try
its show a error Environment variable 'DATABASE_URL' not set, and the page seaORM ( https://www.sea-ql.org/SeaORM/docs/install-and-config/connection/#mysql ) don't show the method |
Beta Was this translation helpful? Give feedback.
Answered by
LuWroblewski
Feb 28, 2024
Replies: 1 comment
-
I discover have method to call mysql using URL DATABASE_URL=mysql://USER_DEV:PASSWORD_DEV@HOST_DEV:3306/DATABASE_DEV i'm dump |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LuWroblewski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I discover have method to call mysql using URL
DATABASE_URL=mysql://USER_DEV:PASSWORD_DEV@HOST_DEV:3306/DATABASE_DEV
i'm dump