Hi all, my cluster works fine, but i found a strange problem while installing processes as Windows services, particullary management process. The process starts then fails due it can’t find the config.ini file. I specified the path in the installation command as below
C:\mysql-cluster\bin\ndb_mgmd.exe –install -f config.ini –configdir=C:\mysql-cluster\bin
and in second instance also
C:\mysql-cluster\bin\ndb_mgmd.exe –install -f config.ini –configdir=.\
In the Windows event log i found this message:
Error opening ‘config.ini’, error 2, No such file or directory.
Clearly is a path error, but i can’t understand where the error in my command line is.
Thanks in advance
C:\mysql-cluster\bin\ndb_mgmd.exe –install -f config.ini –configdir=C:\mysql-cluster\bin
and in second instance also
C:\mysql-cluster\bin\ndb_mgmd.exe –install -f config.ini –configdir=.\
In the Windows event log i found this message:
Error opening ‘config.ini’, error 2, No such file or directory.
Clearly is a path error, but i can’t understand where the error in my command line is.
Thanks in advance