Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
# Set variables for slave
cat <<EOFF >> /etc/my.cnf.d/jtel-slave.cnf
relay_log                       = mysqld-relay-bin
relay_log_index                 = mysqld-relay-bin.index
relay_log_info_file             = relay-log.info
EOFF


# Restart mysql
systemctl restart mysqld.service

...