Page 1 of 1

MariaDB named pipes

Posted: 02.02.2021, 23:23
by pcurtis
Hi All,

quite simply how do I connect to a named pipe / socket?

I use MariaDB, Windows, Lazarus. The server is setup, I can connect via HeidiSQL.

Thanks in advance.

Re: MariaDB named pipes

Posted: 03.02.2021, 19:43
by marsupilami
Hello pcurtis,

I doubt that this is possible with Zeos. I assume you will have to use aloopback TCP connection...

Best regards,

Jan

Re: MariaDB named pipes

Posted: 27.02.2021, 16:49
by pcurtis
It is very possible. Just add

MYSQL_OPT_NAMED_PIPE
MYSQL_OPT_PROTOCOL=3

to parameters.

Re: MariaDB named pipes

Posted: 28.02.2021, 09:22
by marsupilami
Good to know. Thank you :)