February 2018
Intermediate to advanced
510 pages
16h 10m
English
Before we set up the replication master database server, it must be ensured that the database server has a unique ID established and binary logging is enabled. It may be required to restart the database server after these configurations are made. The master database server binary log is the basis for MySQL 8 database replication.
To enable binary logging, the log_bin system variable should be set to ON. Binary logging is enabled for a MySQL database server by default. If mysqld is used to initialize the data directory manually with a --initialize or --initialize-insecure option, the binary logging is disabled by default. It has to be enabled by specifying the --log-bin option. The --log-bin option specifies ...
Read now
Unlock full access