Search notes:

mysqld.exe

mysqld.exe can be used to start the C:\Program Files\MySQL service (on Windows):
"c:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe" --defaults-file="c:\path\to\my.ini"
This command needs to be executed with Windows Administrator privileges.
The --defaults-file specifies the server instance configuration file.

Index