February 2018
Intermediate to advanced
510 pages
16h 10m
English
As the name implies, this is a process where we replace the existing old version package of MySQL with a newer version. Before starting, make sure the old server has stop and after replacing the package, restart the MySQL 8 server on the existing data directory with the mySQL upgrade.
Perform the following steps for in-place upgradation:
ALTER INSTANCE ROTATE INNODB MASTER KEY;
SET GLOBAL innodb_fast_shutdown = 1; -- fast shutdown SET GLOBAL innodb_fast_shutdown = 0; -- slow shutdown
mysqladmin ...
Read now
Unlock full access