📅  最后修改于: 2022-03-11 14:51:13.138000             🧑  作者: Mango
## 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