fukamachi / cl-dbi

Database independent interface for Common Lisp
202 stars 28 forks source link

SSL Error when connecting to MySQL database #83

Open nkhan-re opened 5 months ago

nkhan-re commented 5 months ago

I have a local instance of MySQL 8 running and when I try dbi:connect I get

MySQL error: "SSL connection error: unknown error number" (errno = 2026).

I don't know much about SSL, but is there a way I can skip it?