Versions Compared

Key

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

...

Start the mysql Server without replication. Important: change the data directory if this is not in the standard location.

Code Block
# Start - IMPORTANT - WITHOUT REPLICATION
systemctl set-environment MYSQLD_OPTS="--skip-slave-start"
systemctl start mysqld.service

...