백엔드/DB

[MariaDB] MariaDB, DBeaver 설치

tero1115 2023. 7. 7. 13:47

MariaDB설치

https://mariadb.org/download/

 

Download MariaDB Server - MariaDB.org

REST API Release Schedule Reporting Bugs … Continue reading "Download MariaDB Server"

mariadb.org

 

root 비밀번호 1234 세팅

 

 

MySQL 검색후 실행

 

비밀번호 1234 입력 후

 

select 1 from dual; 입력 후 나오는것 체크


DBeaver 설치

 

https://dbeaver.io/download/

 

Download | DBeaver Community

Download DBeaver Community 23.1.1 Released on June 26th 2023 (Milestones). It is free and open source (license). Also you can get it from the GitHub mirror. DBeaver PRO 23.1 Released on June 12th, 2023 PRO version website: dbeaver.com Trial version is avai

dbeaver.io

 

 

커뮤니티 다운로드

 


포트

1번 정박지
2번 정박지
1번 정박지에 배가 정박해 있는데
새로운 배가 1번에 들어가고 싶다(X)
----
윈도우 0~65xxx개의 정박지 (port)

기본 포트
vscode 라이브서버 : 5500~
mariadb : 3306
mysql : 3306

mariadb와 mysql 포트가 겹치니 mysql이 설치되어 있는컴퓨터에서 mariadb를 설치하려면 포트번호를 바꿔야 한다.

 

'백엔드 > DB' 카테고리의 다른 글

[MariaDB] MariaDB 학습 - 데이터 넣기  (0) 2023.07.07
[MariaDB] DBeaver 세팅  (0) 2023.07.07
[MySQL] MySQL 퀴즈  (0) 2023.06.12
[MySQL] MySQL 프로시저, 사용자 지정 함수  (0) 2023.06.12
[MySQL] MySQL 서브쿼리  (0) 2023.06.12