MySQL 8.3 Reference Manual  /  Downgrading MySQL

Chapter 4 Downgrading MySQL

Notes

The supported downgrade paths for MySQL Server are listed in Table 4.1, “Downgrade Paths for MySQL Server” below:

Table 4.1 Downgrade Paths for MySQL Server

Downgrade Path Path Examples Downgrade Methods Notes
Within an LTS or bugfix release series

8.0.36 to 8.0.35

8.4.x+1 LTS to 8.4.x LTS

in-place downgrade, logical downgrade, asynchronous replication, MySQL Clone In-place downgrade to 8.0.34 is not supported.
From an LTS or bugfix release to the last LTS or bugfix release series 8.4.x LTS to 8.0.y logical downgrade, asynchronous replication Only supported for rollback purposes (that is, if no new server functionality has been applied to the data)
From an LTS or bugfix release to an innovation release after the last LTS series 8.4.x LTS to 8.3.0 logical downgrade, asynchronous replication Only supported for rollback purposes (that is, if no new server functionality has been applied to the data)
From an innovation release series to another one after the last LTS series 8.3 to 8.2 logical downgrade, asynchronous replication Only supported for rollback purposes (that is, if no new server functionality has been applied to the data)

Downgrading to MySQL 5.7 or earlier is not supported.