Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.33, 10.3.7
-
None
-
Windows 10
Description
When running mysql_upgrade_service it says that a log file 'mysql_upgrade_service.mysql.log' has been written, this log file is nowhere to be found though.
E.g.:
C:\> mysql_upgrade_service.exe -S mysql
|
Phase 1/8: Changing service configuration
|
Phase 2/8: Stopping service
|
Phase 3/8: Starting mysqld for upgrade
|
Phase 4/8: Waiting for startup to complete
|
Phase 5/8: Running mysql_upgrade
|
Phase 6/8: Initiating server shutdown
|
Phase 7/8: Waiting for shutdown to complete
|
Phase 8/8: Starting service (skipped)
|
Service 'mysql' successfully upgraded.
|
Log file is written to C:\Users\xyz\AppData\Local\Temp\\mysql_upgrade_service.mysql.log
|
I also had a case where phase 5 "mysql_upgrade" failed, but could not find out the reason as mysql_upgrade output was not logged ...