I've been trying to install MySQL (3.23.55) as a named NT service and using a
specified defaults file and I can't get it to work.
The source code has the example:
mysqld --install-manual mysqldopt --defaults-file=c:\miguel\my.ini
in it. The results in a service ImagePath of
C:\mysql\bin\mysql
I've discovered what causes this issue.
The file nt_serv.cpp has a method called "IsService". This requests SERVICE_ALL_ACCESS
permission from the service control manager. Changing this to SERVICE_QUERY_STATUS
fixes the issue whilist achieving the same effect/
Simon
Message from "Simont
Hi,
I've been trying to get the 3.23.55 version of mysqld-nt.exe working with our product
(GMS Mail) and I'm running into install\service related issues. I've read through the
various threads on this list and nothing seems to solve my problem.
The situation is that we include MySQL with our pro