From 45e79c196664163ca85c809801c060cca6338553 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Thu, 16 May 2024 12:04:30 +0100 Subject: [PATCH] Docs: add note on encryption for Mysql DB connections --- doc/doc-docbook/spec.xfpt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index dbbed7cde..8f7abac89 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -8202,6 +8202,11 @@ or delete command), the result of the lookup is the number of rows affected. anything (for example, setting a field to the value it already has), the result is zero because no rows are affected. +.new +To get an encryted connection, use a Mysql option file with the required +parameters for the connection. +.wen + .subsection "Special PostgreSQL features" SECID74 PostgreSQL lookups can also use Unix domain socket connections to the database. -- 2.30.2