This is Current My Configuration on Mariadb
[mysqld]
# Basic settings
bind-address=0.0.0.0
port=3306
datadir=/var/lib/mysql
binlog_format=row
default_storage_engine=InnoDB
innodb_autoinc_lock_mode=2
query_cache_size=0
query_cache_type=0
max_allowed_packet=64M
wait_timeout=300
interactive_timeout=300
max_connections=20000
thread_cache_size=100
table_open_cache=2000
innodb_buffer_pool_size=8G
innodb_flush_log_at_trx_commit=2
innodb_flush_method=O_DIRECT
innodb_io_capacity=1000
# Galera settings
wsrep_on=ON
wsrep_provider=/usr/lib/galera/libgalera_smm.so
wsrep_provider_options="gcs.fc_limit=256; evs.suspect_timeout=PT120S; evs.inactive_timeout=PT1M; pc.weight=1"
wsrep_cluster_address="gcomm://
192.168.29.121,192.168.29.122,192.168.29.123"
wsrep_cluster_name="my_galera_cluster"
wsrep_node_name="mariadb11" # Change this to node2, node3 on other servers
#wsrep_sst_method=rsync
wsrep_sst_method=mariabackup
wsrep_slave_threads=4
wsrep_max_ws_size=2M
# Replication user
wsrep_sst_auth="rep_user:password"
ในวันที่ วันพุธที่ 16 ตุลาคม ค.ศ. 2024 เวลา 13 นาฬิกา 56 นาที 33 วินาที UTC+7
matt.h...@mayden.co.uk เขียนว่า: