'DataBase'에 해당되는 글 9건

'DataBase' 카테고리의 다른 글

MariaDB Windows Start & Stop  (0) 2020.10.30
PostgreSQL SQL 명령어 리스트  (0) 2020.10.06
PostgreSQL psql 명령어  (0) 2020.10.06
MongoDB 설치  (0) 2020.09.30
MongoDB Gui Tool 링크  (0) 2020.09.28
블로그 이미지

AutoLoop

컴퓨터 하드웨어 소프트웨어 정보 각종 유틸리티 해외정보 가상화폐 코인 주식 차트 마케팅 컨설팅 자료모음 및 설명

,

PostgreSQL psql 명령어

DataBase 2020. 10. 6. 08:12

'DataBase' 카테고리의 다른 글

MariaDB Windows Start & Stop  (0) 2020.10.30
PostgreSQL SQL 명령어 리스트  (0) 2020.10.06
PostgreSQL 옵션 리스트  (0) 2020.10.06
MongoDB 설치  (0) 2020.09.30
MongoDB Gui Tool 링크  (0) 2020.09.28
블로그 이미지

AutoLoop

컴퓨터 하드웨어 소프트웨어 정보 각종 유틸리티 해외정보 가상화폐 코인 주식 차트 마케팅 컨설팅 자료모음 및 설명

,

MongoDB 설치

DataBase 2020. 9. 30. 08:28
MongoDB Kali Linux 설치
sudo apt-get install gnupg
wget -qO - https://www.mongodb.org/static/pgp/server-4.2.asc | sudo apt-key add -
echo "deb http://repo.mongodb.org/apt/debian buster/mongodb-org/4.2 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.2.list
sudo apt-get update
sudo apt-get install mongodb-org
systemctl start mongod
systemctl status mongod
프로그램 실행 작동이 안될경우
cd /var/lib/mongodb 
mongodb.ervice 수정
[Unit]
Description=High-performance, schema-free document-oriented database
After=network.target

[Service]
User=mongodb
ExecStart=/usr/bin/mongod --quiet --config /etc/mongod.conf

[Install]
WantedBy=multi-user.target

cd /etc
mongod.conf 파일 확인
(code=exited, status=14) 에러날 경우
권한설정
chown -R mongodb:mongodb /var/lib/mongodb
chown mongodb:mongodb /tmp/mongodb-27017.sock
(code=exited, status=48) 에러날 경우
포트사용중인지 확인
sudo fuser -k 27017/tcp
mongod.conf 외부접속 허용
net:
  port: 27017
  bindIp: ::,0.0.0.0

'DataBase' 카테고리의 다른 글

MariaDB Windows Start & Stop  (0) 2020.10.30
PostgreSQL SQL 명령어 리스트  (0) 2020.10.06
PostgreSQL 옵션 리스트  (0) 2020.10.06
PostgreSQL psql 명령어  (0) 2020.10.06
MongoDB Gui Tool 링크  (0) 2020.09.28
블로그 이미지

AutoLoop

컴퓨터 하드웨어 소프트웨어 정보 각종 유틸리티 해외정보 가상화폐 코인 주식 차트 마케팅 컨설팅 자료모음 및 설명

,

MongoDB Gui Tool 링크

DataBase 2020. 9. 28. 08:28

robomongo.org/

 

Robo 3T | Free, open-source MongoDB GUI (formerly Robomongo)

Read by Dmitry Schetnikovich

robomongo.org

www.datadoghq.com/

 

Cloud Monitoring as a Service | Datadog

See metrics from all of your apps, tools & services in one place with Datadog's cloud monitoring as a service solution. Try it for free.

www.datadoghq.com

studio3t.com/

 

The Professional Client, IDE & GUI for MongoDB | Studio 3T

MongoDB is easy. Now make it powerful with the MongoDB GUI, Studio 3T. Build queries fast, generate code, import/export & more. Try for free.

studio3t.com

www.mongodbmanager.com/

 

NoSQL Manager Group

NoSQL Manager for MongoDB - desktop tool for Mongo database management, administration and development.

www.mongodbmanager.com

www.mongodb.com/products/compass

 

Compass

The GUI for MongoDB. Visually explore your data.

www.mongodb.com

nucleonsoftware.com

 

Downloads - Nucleon Software

This site uses cookies. By continuing to browse the site, you are agreeing to our use of cookies. OK

nucleonsoftware.com

www.aquafold.com/

 

Database IDE | Aqua Data Studio by AquaFold, An Idera, Inc. Company

New Release Aqua Data Studio 20.6 Edit BLOB and CLOB data from the Table Data Editor Support Amazon Redshift’s external databases, schemas, and tables For Microsoft Azure SQL, support user-defined table types Support latest versions of major database pla

www.aquafold.com

severalnines.com/product/clustercontrol/

 

ClusterControl | Open Source Database Management System

“ClusterControl allowed us to implement a high availability database cluster and easily operate it, which helped the biggest football teams in the world access player data anytime, anywhere."

severalnines.com

 

'DataBase' 카테고리의 다른 글

MariaDB Windows Start & Stop  (0) 2020.10.30
PostgreSQL SQL 명령어 리스트  (0) 2020.10.06
PostgreSQL 옵션 리스트  (0) 2020.10.06
PostgreSQL psql 명령어  (0) 2020.10.06
MongoDB 설치  (0) 2020.09.30
블로그 이미지

AutoLoop

컴퓨터 하드웨어 소프트웨어 정보 각종 유틸리티 해외정보 가상화폐 코인 주식 차트 마케팅 컨설팅 자료모음 및 설명

,