Re: MySQL Installer 8.0.28 installation fails
Posted by:
W S
Date: March 11, 2022 07:26AM
Yes, it's "Server Computer" on port 3306, new installation on a fresh Windows server, with a few different logging options set. I don't think any of those could have been the issue.
Following the suggestion of Peter Brawley, here is the output:
C:\Program Files\MySQL\MySQL Server 8.0>"C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe" --defaults-file="C:\ProgramData\MySQL\MySQL Server 8.0\my.ini" --console MySQL80
2022-03-11T13:16:10.682480Z 0 [Warning] [MY-010915] [Server] '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.
2022-03-11T13:16:10.684282Z 0 [System] [MY-010116] [Server] C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe (mysqld 8.0.28) starting as process 4924
2022-03-11T13:16:10.786157Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2022-03-11T13:16:12.275811Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2022-03-11T13:16:13.320031Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2022-03-11T13:16:13.320274Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2022-03-11T13:16:13.336546Z 0 [ERROR] [MY-010147] [Server] Too many arguments (first extra is 'MySQL80').
2022-03-11T13:16:13.337656Z 0 [ERROR] [MY-010119] [Server] Aborting
2022-03-11T13:16:14.576322Z 0 [System] [MY-010910] [Server] C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe: Shutdown complete (mysqld 8.0.28) MySQL Community Server - GPL.
I then tried removing the argument "MySQL80" from that call and the service starts:
C:\Program Files\MySQL\MySQL Server 8.0>"C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe" --defaults-file="C:\ProgramData\MySQL\MySQL Server 8.0\my.ini" --console
2022-03-11T13:16:49.949756Z 0 [Warning] [MY-010915] [Server] '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.
2022-03-11T13:16:49.951437Z 0 [System] [MY-010116] [Server] C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe (mysqld 8.0.28) starting as process 892
2022-03-11T13:16:49.964626Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2022-03-11T13:16:50.531486Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2022-03-11T13:16:51.232910Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2022-03-11T13:16:51.233242Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2022-03-11T13:16:51.271791Z 0 [System] [MY-010931] [Server] C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe: ready for connections. Version: '8.0.28' socket: '' port: 3306 MySQL Community Server - GPL.
2022-03-11T13:16:51.272460Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060
Now how do I get the installer to remove this argument from the service? I really want to run the installer from start to finish and not hack something undocumented together...
Subject
Views
Written By
Posted
1389
March 09, 2022 03:30AM
329
March 09, 2022 09:29AM
319
March 11, 2022 07:45AM
348
March 11, 2022 10:17AM
199
March 12, 2022 08:04AM
312
March 10, 2022 02:34PM
Re: MySQL Installer 8.0.28 installation fails
563
March 11, 2022 07:26AM
246
March 11, 2022 04:19PM
401
March 14, 2022 03:15AM
191
March 15, 2022 12:14PM
173
March 22, 2022 02:59AM
350
March 12, 2022 11:02PM
188
March 13, 2022 08:28AM
181
March 13, 2022 09:50AM
187
March 14, 2022 02:14AM
184
March 15, 2022 12:15PM
118
July 21, 2022 02:56PM
Sorry, only registered users may post in this forum.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.