Subversion Repositories ALCASAR

Rev

Rev 3294 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 3294 Rev 3308
Line 7... Line 7...
7
# The script is designed to delete all replication artefacts.
7
# The script is designed to delete all replication artefacts.
8
 
8
 
9
# Constants
9
# Constants
10
readonly PASSWD_FILE="/root/ALCASAR-passwords.txt"
10
readonly PASSWD_FILE="/root/ALCASAR-passwords.txt"
11
readonly REPL_USER="replication"
11
readonly REPL_USER="replication"
12
readonly REPL_DB_USER="$REPL_USER"
12
readonly REPL_DB_USER="db_replication"
13
readonly DB_CONF=/etc/my.cnf.d/server.cnf
13
readonly DB_CONF=/etc/my.cnf.d/server.cnf
14
readonly DB_REPL_CONF=/etc/my.cnf.d/replication.cnf
14
readonly DB_REPL_CONF=/etc/my.cnf.d/replication.cnf
15
readonly ALCASAR_CONF=/usr/local/etc/alcasar.conf
15
readonly ALCASAR_CONF=/usr/local/etc/alcasar.conf
16
 
16
 
17
# Dynamically generated constants
17
# Dynamically generated constants