# 생성할 데이터베이스 이름: test_database
use test_database
show dbs
# 삭제할 데이터베이스 진입
use test_database
db.dropDatabase()
# 생성할 collection 이름이 test_collection일 경우...
db.createCollection("test_collection")
# 사용할 데이터베이스 진입
use test_database
show collections
# 데이터베이스 진입 (데이터베이스 이름: test_database)
use test_database
# 삭제할 collection 이름: test_collection
db.test_collection.drop()
[kafka 설치] Classpath is empty. Please build the project first e.g. by running './gradlew jar 에러 (0) | 2021.02.24 |
---|---|
[linux] 보안 업데이트만 업그레이드 하기 (upgrade only security updates) (0) | 2021.01.14 |
[Ubuntu, linux] PC에 장착된 그래픽 카드 확인 (nvidia 드라이버가 설치되지 않았을 때) (0) | 2021.01.13 |
[Mongo DB] 보안 관련 ("READ_ME_TO_RECOVER_YOUR_DATA") (0) | 2021.01.07 |
PM2 - 지속적인 프로세스 제공을 위한 도구 (0) | 2020.12.24 |
댓글 영역