1. SQL문을 사용하기 위하여 RDBMS(relational database management system) 중에서 MySQL 설치한다
2. 설치 순서
1) https://www.mysql.com/ 접속

2) 상단의 DOWNLOADS 클릭

3) 가장 아래에 MySQL Community (GPL) Downloads » 클릭

4) MySQL Community Server 클릭

5) Go to Download Page > 클릭

6) 아래에 있는 439.6M Download 클릭

7) 하단의 No thanks, just start my download. 클릭 (회원 가입 후 다운로드 진행해도 된다)

8) 다운이 완료되면 파일이 실행된다

9) 순서대로 설치한다 (프로그램 선택 화면이 사라지고 전체가 설치된다)...시간이 조금 걸린다...






10) 로그인 암호를 입력하고 next 클릭

11) Next 클릭

12) Execute 클릭

13) 구성을 확인 중....완료되면 Finish 클릭

14) Next 클릭

15) Finish 클릭

16) Next 클릭

17) 암호 입력 후 Check 클릭하면 Status가 Connection으로 변경된다...Next 클릭

18) Excute 클릭

19) 완료되면 Finish 클릭

20) Next 클릭

21) Finish 클릭하여 설치 종료

22) MySQL이 실행된다

3. MySQL 접속
1) MySQL을 실행한다

2) 암호를 입력 후 Enter...로그인 되어 MySQL이 실행되었다

※ 참조 링크
▶ MySQL 홈페이지 : https://www.mysql.com/products/workbench/
MySQL :: MySQL Workbench
MySQL Workbench is a unified visual tool for database architects, developers, and DBAs. MySQL Workbench provides data modeling, SQL development, and comprehensive administration tools for server configuration, user administration, backup, and much more. My
www.mysql.com
▶ 테이블플러스 : https://tableplus.com/
TablePlus | Modern, Native Tool for Database Management.
Modern, native client with intuitive GUI tools to create, access, query & edit multiple relational databases: MySQL, PostgreSQL, SQLite, Microsoft SQL Server, Amazon Redshift, MariaDB, CockroachDB, Vertica, Cassandra, and Redis.
tableplus.com
▶ DBeaver : https://dbeaver.io/download/
Download | DBeaver Community
Download Tested and verified for MS Windows, Linux and Mac OS X. Install: Windows installer – run installer executable. It will automatically upgrade version (if needed). MacOS DMG – just run it and drag-n-drop DBeaver into Applications. Debian package
dbeaver.io
▶ DataGrip : https://www.jetbrains.com/datagrip/
DataGrip: The Cross-Platform IDE for Databases & SQL by JetBrains
A powerful IDE from JetBrains for SQL on macOS, Windows, and Linux.
www.jetbrains.com
'관계형 데이터베이스' 카테고리의 다른 글
| 관계형 데이터베이스 - SQL - ERD(Entity-Relationship Diagram)설계 (0) | 2022.06.13 |
|---|---|
| 관계형 데이터베이스 - SQL 설계 (0) | 2022.06.10 |
| 관계형 데이터베이스 - 트랜젝션(Transaction) (0) | 2022.06.09 |
| 관계형 데이터베이스 - SQL(Structured Query Language) (0) | 2022.06.09 |