Having issue connecting to mysql hosted in AWS
I am trying to connect to a mysql database hosted on AWS but i am getting an error that my connection strings are not correct or something but the same details work when I use DBeaver to view my database. Can someone help with this question? I am totally new to drizzle
7 Replies
Hello, @Ali Sultani! I think you should use only
uri
or only
for db credentialsI tried that too but still won't work
Could you please console log the credentials?
Yeah they show up in the console
Maybe drizzle doesn't support mysql hosted on AWS?
Strange, drizzle should support it. Am I right that you are using AWS RDS?
Hey @solo thanks for your help. It turned out to be the dotenv variables after all
frickin dotenv