- 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
13 lines
362 B
INI
Executable file
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
|