Skip to Main Content

MySQL Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

MySQL upgrade fails from 8.0.30 to 8.0.37 - timeout

Mike FoxJul 10 2025

MySQL upgrade fails from 8.0.30 to 8.0.37 and timesout - straight afterwards it appears to complete - if I could change the timeout I think it would solve my issue? How do I increase the timeout - the error log is below

DateTime=2025-07-10T13:09:52.1488157Z
mysql-installer Information: 10 : Starting configuration of MySQL Server 8.0.37
DateTime=2025-07-10T13:09:53.8158012Z
mysql-installer Information: 10 : Attempting to update the permissions for the data folder and related server files...
DateTime=2025-07-10T13:09:53.9014976Z
mysql-installer Information: 10 : Inherited permissions have been converted to explicit permissions.
DateTime=2025-07-10T13:22:52.1541303Z
mysql-installer Information: 10 : Full control permissions granted to: NETWORK SERVICE.
DateTime=2025-07-10T13:30:32.0405371Z
mysql-installer Information: 10 : Full control permissions granted to: Administrators.
DateTime=2025-07-10T13:38:55.9432059Z
mysql-installer Information: 10 : Full control permissions granted to: CREATOR OWNER.
DateTime=2025-07-10T13:46:15.9056964Z
mysql-installer Information: 10 : Full control permissions granted to: SYSTEM.
DateTime=2025-07-10T13:53:35.3498546Z
mysql-installer Information: 10 : Access to the data directory is removed for the users group.
DateTime=2025-07-10T13:58:43.3313607Z
mysql-installer Information: 10 : Permissions for the data folder and related server files are updated correctly.
DateTime=2025-07-10T14:03:57.9415758Z
mysql-installer Information: 10 : Attempting to start service MySQL...
DateTime=2025-07-10T14:03:57.9963883Z
mysql-installer Verbose: 5 : 10/07/2025 15:03:58 - Service MySQL is stopped or paused, so it can be started.
DateTime=2025-07-10T14:03:58.0078859Z
mysql-installer Verbose: 5 : 10/07/2025 15:03:58 - Attempting to start the MySQL service...
DateTime=2025-07-10T14:03:58.0088231Z
mysql-installer Information: 10 : '--sync-relay-log-info' is deprecated and will be removed in a future release.
DateTime=2025-07-10T14:04:05.0690590Z
mysql-installer Information: 10 : 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.
DateTime=2025-07-10T14:04:05.0878321Z
mysql-installer Information: 10 : C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe (mysqld 8.0.37) starting as process 13292
DateTime=2025-07-10T14:04:05.1110175Z
mysql-installer Information: 10 : --character-set-server: 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
DateTime=2025-07-10T14:04:05.1342580Z
mysql-installer Information: 10 : InnoDB initialization has started.
DateTime=2025-07-10T14:04:06.1950344Z
mysql-installer Information: 10 : InnoDB initialization has ended.
DateTime=2025-07-10T14:05:02.4391728Z
mysql-installer Error: 50 : Time out has expired and the operation has not been completed.
Thrown by: Logger.LogException
DateTime=2025-07-10T14:05:32.9776136Z
mysql-installer Information: 10 : MySQL failed to start due to an unknown cause. Review the logs and the validity of the values in the options file for more details.
DateTime=2025-07-10T14:05:33.0067184Z
mysql-installer Error: 50 : A task may only be disposed if it is in a completion state (RanToCompletion, Faulted or Canceled).
DateTime=2025-07-10T14:05:33.0272498Z
mysql-installer Information: 10 : Finished configuration of MySQL Server 8.0.37 with state ConfigurationError
DateTime=2025-07-10T14:05:33.0450150Z
mysql-installer Information: 10 : Server upgrade from '80030' to '80037' started.
DateTime=2025-07-10T14:08:02.1897508Z
mysql-installer Information: 10 : Server upgrade from '80030' to '80037' completed.
DateTime=2025-07-10T14:08:23.3236439Z
mysql-installer Information: 10 : CA certificate ca.pem is self signed.
DateTime=2025-07-10T14:08:27.4021645Z
mysql-installer Information: 10 : Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
DateTime=2025-07-10T14:08:27.4227133Z
mysql-installer Information: 10 : C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe: ready for connections. Version: '8.0.37' socket: '' port: 3306 MySQL Community Server - GPL.
DateTime=2025-07-10T14:08:27.4451055Z
mysql-installer Information: 10 : X Plugin ready for connections. Bind-address: '::' port: 33060
DateTime=2025-07-10T14:08:27.4656874Z

If I could just increase this timeout I suspect that the issue would be resolved

Comments
Post Details
Added on Jul 10 2025
0 comments
161 views