Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

error when trying to config mysql cluster on windown

Tags:

mysql

I am following the quick start guide "install mysql cluser on windown" everything was ok until I type this command:

 C:\Users\pc\my_cluster>start /B c:\Users\pc\mysqlc\bin\ndb_mgmd -f conf\config.ini --initial --configdir=c:\Users\pc\my_cluster\conf 

and I got this error : Could neither create or open key

'SYSTEM\CurrentControlSet\Services\EventLog\App lication\MySQL Cluster

Management Server', error: 5 Failed to setup event logging

Could neither create or open key 'SYSTEM\CurrentControlSet\Services\EventLog\App

lication\MySQL Cluster Management Server', error: 5

*Failed to setup event loggin

please tell me what's wrong.tks so much

like image 238
pencial Avatar asked Feb 02 '26 05:02

pencial


1 Answers

You should use an administration privilege command prompt. Right click on "Command prompt" then "Run as administrator".

like image 141
Ghigo Avatar answered Feb 03 '26 18:02

Ghigo