Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Clean couchdb and restart

What is command to clean CouchDB please ? And if I want to disable and re-start my CouchDB what is command?

Thanks

like image 620
Mehdi Avatar asked Oct 23 '12 12:10

Mehdi


2 Answers

On Windows, you don't need to run a GUI like services.msc ... Typing this is usually faster:

c:\> net stop "Apache CouchDb"
c:\> net start "Apache CouchDb"
like image 80
Tony O'Hagan Avatar answered Sep 20 '22 03:09

Tony O'Hagan


on Windows, if you installed it as a service, open services.msc, find the Apache couchDB service, and restart.

like image 27
tim Avatar answered Sep 22 '22 03:09

tim