Upgrade
Upgrade MySQL¶
Every time you upgrade the MySQL installation, you need to run mysql_upgrade
.
docker exec -it ${CONTAINER} mysql_upgrade -u root -p
See also:
Every time you upgrade the MySQL installation, you need to run mysql_upgrade
.
docker exec -it ${CONTAINER} mysql_upgrade -u root -p
See also: