January 2018
Intermediate to advanced
446 pages
12h 57m
English
If you have installed MySQL through binaries, you have to remove the symlink to the old version (refer to the Uninstalling MySQL 8 section) and do a fresh installation (refer to the Installing MySQL on Linux using Generic Binaries section).
Once you have downgraded MySQL, you have to restore the backup and run the mysql_upgrade utility:
shell> mysql -u root -p < mysql80.sql
shell> mysql_upgrade -u root -p