Clean couchdb and restart

后端 未结 5 2000
没有蜡笔的小新
没有蜡笔的小新 2021-02-04 09:15

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

Thanks

5条回答
  •  梦如初夏
    2021-02-04 09:37

    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"
    

提交回复
热议问题