What is command to clean CouchDB please ? And if I want to disable and re-start my CouchDB what is command?
CouchDB
disable
re-start
Thanks
On Windows, you don't need to run a GUI like services.msc ... Typing this is usually faster:
services.msc
c:\> net stop "Apache CouchDb" c:\> net start "Apache CouchDb"