mariadb-demo/cluster-config/server6.cnf
administrator c4c7dd3f05 chore: initial release — MariaDB HA Demo
- 6-node MariaDB cluster with GTID replication
- MaxScale 24.02 proxy with automatic failover
- Flask dashboard with SSE transaction monitor
- Per-server toggle controls + mode selector
- Systemd services for auto-start on boot
- One-command deploy.sh
2026-06-24 11:16:16 +00:00

13 lines
362 B
INI
Executable file

[mariadb]
# Identifiant unique du serveur (obligatoire)
server_id = 6
gtid-domain-id = 2
# Activation du journal binaire (nécessaire pour la réplication)
log_bin = mysql-bin
# S'assurer que le serveur écoute sur l'IP de votre réseau (et non juste localhost)
bind-address = 0.0.0.0
log_slave_updates
auto_increment_offset = 2
auto_increment_increment = 2