Answers for "mariadb galera cluster exists on first sync"

1

mariadb galera cluster exists on first sync

## 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
Posted by: Guest on December-02-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language