add application in windows services -


i want add mysql in windows service list... used commnad line

sc create mysql binpath="d:\pentaho\mysql\bin\mysqld.exe" type=share start=auto 

but doesn't create service in list...how can add mysql in services list

this link in installing mysql windows service

http://dev.mysql.com/doc/refman/5.5/en/windows-start-service.html


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -