Can't connect to db if the db user's password has '@' symbol in it.

Can't connect to db if the db user's password has '@' symbol in it.

Wakil_eFoli
Shopify Partner
47 2 6

If my database user's password has '@' symbol in it then the connection will fail.

 

datasource db {
  provider = "mysql"
  url      = "mysql://root:P@ssw0rd@localhost:3306/testApp"
}



Replies 0 (0)