-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…com galera cluster, porém ainda não implementado; desligado yul-02 e yul-03 até situação estar resolvida, para evitar brain split mesmo que seja nessa fase de testes iniciais
- Loading branch information
Showing
12 changed files
with
224 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# MariaDB-specific config file. | ||
# Read by /etc/mysql/my.cnf | ||
|
||
[client] | ||
# Default is Latin1, if you need UTF-8 set this (also in server section) | ||
default-character-set = utf8 | ||
|
||
[mysqld] | ||
# | ||
# * Character sets | ||
# | ||
# Default is Latin1, if you need UTF-8 set all this (also in client section) | ||
# | ||
character-set-server = utf8 | ||
collation-server = utf8_general_ci | ||
#character_set_server = utf8 | ||
#collation_server = utf8_general_ci | ||
# Import all .cnf files from configuration directory | ||
!includedir /etc/mysql/mariadb.conf.d/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# FILE: /etc/mysql/mariadb.conf.d/galera.cnf | ||
# SERVER: elefante-borneu-yul-01.etica.ai | ||
|
||
[mysqld] | ||
wsrep_cluster_name=ElefanteBorneu | ||
wsrep_cluster_address="gcomm://149.56.130.19, 149.56.130.66, 149.56.130.178" | ||
wsrep_node_name=YUL-01 | ||
wsrep_node_address="149.56.130.19" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# MariaDB-specific config file. | ||
# Read by /etc/mysql/my.cnf | ||
|
||
[client] | ||
# Default is Latin1, if you need UTF-8 set this (also in server section) | ||
default-character-set = utf8 | ||
|
||
[mysqld] | ||
# | ||
# * Character sets | ||
# | ||
# Default is Latin1, if you need UTF-8 set all this (also in client section) | ||
# | ||
character-set-server = utf8 | ||
collation-server = utf8_general_ci | ||
#character_set_server = utf8 | ||
#collation_server = utf8_general_ci | ||
# Import all .cnf files from configuration directory | ||
!includedir /etc/mysql/mariadb.conf.d/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# FILE: /etc/mysql/mariadb.conf.d/galera.cnf | ||
# SERVER: elefante-borneu-yul-02.etica.ai | ||
|
||
[mysqld] | ||
wsrep_cluster_name=ElefanteBorneu | ||
wsrep_cluster_address="gcomm://149.56.130.19, 149.56.130.66, 149.56.130.178" | ||
wsrep_node_name=YUL-02 | ||
wsrep_node_address="149.56.130.66" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# MariaDB-specific config file. | ||
# Read by /etc/mysql/my.cnf | ||
|
||
[client] | ||
# Default is Latin1, if you need UTF-8 set this (also in server section) | ||
default-character-set = utf8 | ||
|
||
[mysqld] | ||
# | ||
# * Character sets | ||
# | ||
# Default is Latin1, if you need UTF-8 set all this (also in client section) | ||
# | ||
character-set-server = utf8 | ||
collation-server = utf8_general_ci | ||
#character_set_server = utf8 | ||
#collation_server = utf8_general_ci | ||
# Import all .cnf files from configuration directory | ||
!includedir /etc/mysql/mariadb.conf.d/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# FILE: /etc/mysql/mariadb.conf.d/galera.cnf | ||
# SERVER: elefante-borneu-yul-03.etica.ai | ||
|
||
[mysqld] | ||
wsrep_cluster_name=ElefanteBorneu | ||
wsrep_cluster_address="gcomm://149.56.130.19, 149.56.130.66, 149.56.130.178" | ||
wsrep_node_name=YUL-03 | ||
wsrep_node_address="149.56.130.178" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters