Computer Science/Database (2) 썸네일형 리스트형 MySQL Installation MySQLOver 2000 ISVs, OEMs, and VARs rely on MySQL as their products' embedded database to make their applications, hardware and appliances more competitive, bring them to market faster, and lower their cost of goods sold. Learn More »www.mysql.com MongoDB Installation & Tutorial (MacOS) 설치 (brew 설치가 사전에 필요합니다!) Homebrew The Missing Package Manager for macOS (or Linux). brew.sh brew tap mongodb/brew brew install mongodb-community DB 시작, 중지, 재시작 명령어 brew services start mongodb-community brew services stop mongodb-community brew services restart mongodb-community Mongo DB 구조 MongoDB는 NoSQL유형으로 관계형 데이터베이스가 아니기에 단순화, 확장성에 좋습니다. - Database - Collection - Document ㅇ 다음과 같은 계층 구조를 가지고 .. 이전 1 다음