mirror of
https://github.com/haiwen/seafile-server-installer-cn.git
synced 2025-12-26 01:22:52 +00:00
start mariadb
This commit is contained in:
parent
ac38e2e254
commit
d550a45734
|
|
@ -225,6 +225,8 @@ then
|
|||
SQLROOTPW=`sed -n 's/password=//p' /root/.my.cnf`
|
||||
else
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y mariadb-server
|
||||
systemctl start mariadb
|
||||
systemctl enable mariadb
|
||||
|
||||
SQLROOTPW=$(pwgen)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue