📜  mariadb galera 集群在第一次同步时存在 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:29.055000             🧑  作者: Mango

代码示例1
## Edit this file
nano /etc/systemd/system/mysqld.service

## Add the below at the bottom of the file
# For large initial DB syncs enable this setting
TimeoutStartSec=9999999999999999

## After saving run this then restart mariadb
systemctl daemon-reload