January 2018
Intermediate to advanced
446 pages
12h 57m
English
The binary log information is stored in the SQL file as the CHANGE MASTER TO command based on the options you passed to mysqldump/mysqlpump.
shell> head -30 /backups/dump.sql-- MySQL dump 10.13 Distrib 8.0.3-rc, for Linux (x86_64)---- Host: localhost Database: -- -------------------------------------------------------- Server version 8.0.3-rc-log/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;/*!40101 SET NAMES utf8 */;/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;/*!40103 SET TIME_ZONE='+00:00' ...
Read now
Unlock full access