Fix MariaDB connections issues

* allow new unix_socket auth system
* add socket path in /etc/mysql/conf.d/my.cnf
This commit is contained in:
VirtuBox
2020-11-10 12:54:53 +01:00
parent 78cd626d75
commit 7062596236
3 changed files with 29 additions and 9 deletions

View File

@@ -713,7 +713,7 @@ wo_woconf() {
echo -e '\n[letsencrypt]\n\nkeylength = "ec-384"' >>/etc/wo/wo.conf
fi
if ! grep -q "php" /etc/wo/wo.conf; then
echo -e '\n[php]\n\nversion = 7.3' >>/etc/wo/wo.conf
echo -e '\n[php]\n\nversion = 7.4' >>/etc/wo/wo.conf
fi
fi
}