Update pkg-message

As of MySQL 8.0.16, the MySQL server performs the upgrade tasks previously
handled by mysql_upgrade. Consequently, mysql_upgrade is unneeded and is
deprecated as of that version, and will be removed in a future MySQL version.
Because mysql_upgrade no longer performs upgrade tasks, it exits with status 0 unconditionally.

Sponsored by:	Netzkommune GmbH
This commit is contained in:
Jochen Neumeister 2020-03-06 08:00:47 +00:00
parent 645491cbf1
commit 4f4ad6ae79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527863

View file

@ -11,8 +11,11 @@ EOM
}
{ type: upgrade
message: <<EOM
Remember to run mysql_upgrade the first time you start the MySQL server
after an upgrade from an earlier version.
As of MySQL 8.0.16, the MySQL server performs the upgrade tasks previously
handled by mysql_upgrade. Consequently, mysql_upgrade is unneeded and is
deprecated as of that version, and will be removed in a future MySQL version.
Because mysql_upgrade no longer performs upgrade tasks,
it exits with status 0 unconditionally.
EOM
}
]