From 093a8a7ab4a6310cf9f1191208f58232ae739394 Mon Sep 17 00:00:00 2001 From: Stanley Lam Date: Tue, 3 Dec 2019 14:51:20 -0800 Subject: [PATCH] CLD-766 Add unix socket to root config file --- templates/root-my.cnf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/root-my.cnf.j2 b/templates/root-my.cnf.j2 index af13e810..8fe43412 100644 --- a/templates/root-my.cnf.j2 +++ b/templates/root-my.cnf.j2 @@ -3,3 +3,4 @@ [client] user="{{ mysql_root_username }}" password="{{ mysql_root_password }}" +socket="{{ mysql_socket }}"