I can't seem to connect prisma to mysql with ssl e...
# orm-help
r
I can't seem to connect prisma to mysql with ssl enabled
h
Are you connecting to local server
Or a cloud one
r
@Harshit im using local setup docker mysql 8
h
MySQL 8 is not supported right as we use mariadb driver Please use MySQL 5 or postgres https://github.com/prisma/prisma/issues/3979 https://github.com/prisma/prisma/pull/3759
r
ah that makese sense so if I used ssl in 5.7 then it will work
thanks @Harshit I appreciate it