Lisp HUG Maillist Archive

connection specs using unix socket

Dear Lisp Hug ML,

I am trying to set up an connection to MySQL on MAMP, which uses non-standard socket name. When I issued the connect command with the unix socket name, I got error the following error.

In a call to PARSE-INTEGER: :UNIX is not of type STRING.


(sql:connect "root/root/mydb@/Applications/MAMP/tmp/mysql/mysql.sock" :encoding :utf-8)


Thanks in advance,

Yoshi

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Updated at: 2020-12-10 08:33 UTC