본문 바로가기

DBMS

DBMS 1일 차

DB(데이터베이스,Database)

   - 데이터의 저장소
DBMS(데이터베이스 관리 시스템, Database Management System)

   - 데이터베이스를 운영하고 관리하는 소프트웨어
SQL(데이터베이스를 조작하는 언어, Structured Query Language)

   - 데이터베이스를 조작하기 위해 DBMS에서 사용하는 언어, 일반적인 프로그래밍 언어와는 다른 특성을 가짐

RDBMS(관계형 데이터베이스 관리 시스템, Relational Database Management system)

   - 테이블이라는 최소단위로 구성된 DBMS

   - 테이블은 하나 이상의 열과 행으로 이루어져 있음

   - 대부분의 DBMS가 이 형태로 사용됨


XAMPP 다운로드 및 환경설정

https://www.apachefriends.org/index.html

 

 

XAMPP Installers and Downloads for Apache Friends

What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to us

www.apachefriends.org

테이블을 만들 때 대소문자를 구분하겠다는 세팅
앞에 #주석이 달려있으면 지워야함. 한글이 깨지지 않게 하는 세팅


SQLyog 다운로드 및 DB접속

https://github.com/webyog/sqlyog-community/wiki/Downloads

 

GitHub - webyog/sqlyog-community: Webyog provides monitoring and management tools for open source relational databases. We devel

Webyog provides monitoring and management tools for open source relational databases. We develop easy-to-use MySQL client tools for performance tuning and database management. Webyog's solution...

github.com


SQL연결

 

'DBMS' 카테고리의 다른 글

DBMS 3일 차  (0) 2022.06.16
DBMS 2일 차  (0) 2022.06.14