February 2018
Intermediate to advanced
510 pages
16h 10m
English
As the name suggests, this is used for upgrade operations. It checks for any incompatibility and makes repairs if it is necessary and also updates the grant tables with any changes in new versions of MySQL. It also updates the system tables so you can take advantage of any new privilege or compatibility that might have been added in the newer version.
If mysql_upgrade finds that a table has possible incompatibility, it performs a table check and attempts repairing the table, and if it cannot repair it, it will ask for a manual table repair.
mysql_upgrade should be executed each time MySQL is upgraded. It communicates ...
Read now
Unlock full access