Hello - I am trying to run a prisma db pull and am...
# orm-help
d
Hello - I am trying to run a prisma db pull and am getting Error: Error parsing connection string: invalid port number in database URL . I have in my .env file: DATABASE_URL="mysql://graphqluser:realpassworddeleted@128.2.172.9:3306/applygradgraphql" Any thoughts?
1
m
Can you connect to the database using that connection string without errors?
d
Yes
j
Any non ascii characters in username or password?
d
I regenerated a new password and it now works. Thanks!
👍 1
j
I guess you had a special character in the old one - urlencoding that would have worked as well.