January 2018
Intermediate to advanced
446 pages
12h 57m
English
MySQL Utilities should be installed for using the mysqlbinlogmove script. Refer to Chapter 1, MySQL 8.0 – Installing and Upgrading, for installation steps.
shell> sudo systemctl stop mysql
shell> sudo mysqlbinlogmove --bin-log-base name=server1 --binlog-dir=/data/mysql/binlogs /binlogs## Moving bin-log files...# - server1.000001# - server1.000002# - server1.000003# - server1.000004# - server1.000005##...done.#
Read now
Unlock full access