Versions Compared

Key

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

...

For example, earlier versions of DB Forge will fail when connecting to MySQL 8.x.

Update the tool.

Slave Fails to Start with Error ERROR 1872 (HY000): Slave failed to initialize relay log info structure from the repository

The following series of commands issed in mysql my help restart the slave, without rebuilding replication from scratch:

Code Block
RESET SLAVE;
START SLAVE IO_THREAD;
STOP SLAVE IO_THREAD;
RESET SLAVE;
START SLAVE;


Upgrade to MySQL 8.x Fails

...