1

Good day everyone, We are trying to install the 'ESET Enterprise Inspector' on a server, which requires mysql. we installed MySQL Server 8.0 in the requirement page it says we have to use these parameters:

requirements

But when we try to start the mysql service, the progress bar goes to end and it says "the service did not respond to the start or control request in a timely fashion" and it is stuck in starting status. the eset installer doesn't continue to install if we haven't used those parameters. The server has 32G of ram and we use innodb_buffer_pool_size=26G and innodb_log_file_size=13G

Does anyone know why the service doesn't start? I can upload the my.ini if needed. Thanks in advance.

EDIT: Here is the my.ini file

alireza
  • 11
  • 4

1 Answers1

0

MySQL is actually starting. When you change the log file size or if the files have been removed they have to be resized. I ran into this as well and thought it wasn't starting. Then I opened the error log in notepad++ and noticed that it was incrementing the rebuild of the log file. Once the rebuild of the log files was done MySQL proceeded to start. The next time you stop and start it will start normally.