Files
tldr/pages.zh/common/couchdb.md

24 lines
382 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# couchdb
> Apache CouchDB 数据库服务器的命令行界面。
> 更多信息:<https://couchdb.apache.org>。
- 启动 CouchDB
`couchdb`
- 启动 CouchDB 交互式 shell
`couchdb -i`
- 将 CouchDB 作为后台进程启动:
`couchdb -b`
- 杀死后台进程(注意:如果需要,它会自动重启):
`couchdb -k`
- 关闭后台进程:
`couchdb -d`