Bug #90243 Make mysql_upgrade restart server automatically
Submitted: 28 Mar 2018 13:16 Modified: 4 Apr 2018 8:53
Reporter: Alexey Kopytov Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Command-line Clients Severity:S4 (Feature request)
Version:8.0 OS:Any
Assigned to: CPU Architecture:Any

[28 Mar 2018 13:16] Alexey Kopytov
Description:
The manual documents that the server must be restarted after using
mysql_upgrade:

"After running mysql_upgrade, stop the server and restart it so that any
changes made to the system tables take effect. "

https://dev.mysql.com/doc/refman/8.0/en/mysql-upgrade.html

Since MySQL 8.0 has the RESTART command, it would be natural and easy to
implement behavior to have mysql_upgrade restart the server
automatically by executing the RESTART command as a part of the upgrade
procedure.

That would also be more user-friendly, see bug #79783, for example.

How to repeat:
It's a feature request.
[4 Apr 2018 8:53] MySQL Verification Team
Hello Alexey,

Thank you for the feature request!

Thanks,
Umesh