Re: MySQL Installer 8.0.28 installation fails
Posted by: Peter Brawley
Date: March 12, 2022 11:02PM

> 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

No, that didn't start the MySQL service.

It started the MySQL server.

You this proved the command being used by the service is OK. Having done that, to try the service again you first have to bring down the server by shutting it down from a second cmdline window, as indicated ...

mysqladmin -uUSR -pPWD shutdown

> The service can't be started, prompting error 193: 0xc1

Error 193 is files already in use---as above, you started the server manually. Shut it down then try starting the service again

Options: ReplyQuote


Subject
Views
Written By
Posted
2715
W S
March 09, 2022 03:30AM
Re: MySQL Installer 8.0.28 installation fails
616
March 12, 2022 11:02PM


Sorry, you can't reply to this topic. It has been closed.

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.