BUG: NT service account and defaults file

2003-04-02 Thread Simon Tyler
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

Re: Running as a user account on W2K

2003-03-13 Thread Simon Tyler
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

MYSQL 3.23.55 Install Issues

2003-02-24 Thread Simon Tyler
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