From ac65bbcc1bc69f167d61db84feb86da2bed15098 Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 12 Jul 2022 15:30:58 +0800 Subject: [PATCH] Update install.sh --- plugins/mariadb/versions/10.6/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mariadb/versions/10.6/install.sh b/plugins/mariadb/versions/10.6/install.sh index ee0b9c49d..857815354 100755 --- a/plugins/mariadb/versions/10.6/install.sh +++ b/plugins/mariadb/versions/10.6/install.sh @@ -48,7 +48,7 @@ Install_app() -DCMAKE_INSTALL_PREFIX=$serverPath/mariadb \ -DMYSQL_DATADIR=$serverPath/mariadb/data/ \ -DMYSQL_USER=mysql \ - -DMYSQL_UNIX_ADDR=/var/tmp/mysql.sock \ + -DMYSQL_UNIX_ADDR=$serverPath/mariadb/mysql.sock \ -DWITH_MYISAM_STORAGE_ENGINE=1 \ -DWITH_INNOBASE_STORAGE_ENGINE=1 \ -DWITH_MEMORY_STORAGE_ENGINE=1 \