[followups to mysql@stripped deleted]
At 0:15 +0000 1/12/03, My Deja wrote:
>I have been trying to install additional instances of
>mysqld 4.0.x as a service on Windows 2000, but it
>seems that only one set of parameters.
>
>eg.
>
>'mysqld --install connectionname --port=3307
>--datadir=c:\mysql\datadir2' does not work but
>
>mysqld --install connectionname --port=3307
>
>and
>
>mysqld --install connectionname
>--datadir=c:\mysql\datadir2
>
>Is this a bug?
Can you cite some documentation that states that what you've
tried should work?
>I am going to pass a customised options file
>--defaults-file=c:/mydefaults to see if that will
>work.
>
>However I would prefer most of it to be on the command line.