Versions Compared

Key

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

...

Next restart the MySQL server.

Code Block
titleCentOS 7.x
systemctl stop mysqld.service
systemctl set-environment MYSQLD_OPTS=
systemctl start mysqld.service


Code Block
titleCentOS 6.x
service mysqld stop
service mysqld start

Check Database and Replication are OK

...