728x90
1. putty 또는 CentOS에 접속 > mariadb 설치 > mariadb 시작 > mariadb 자동 실행
# yum install mariadb-server -y #설치
# systemctl status mariadb #상태확인
# systemctl start mariadb #중지되어있으므로 시작
# systemctl status mariadb #시작된 것을 확인
# systemctl enable mariadb #자동실행 설정
'두두의 IT' 카테고리의 다른 글
IntelliJ - Github 연동 (0) | 2022.01.25 |
---|---|
H2 DB 사용하기 (0) | 2022.01.18 |
IntelliJ를 활용한 스프링 부트 프로젝트 환경설정 (0) | 2022.01.14 |
Django의 Sqlite3 보는 방법 (0) | 2022.01.12 |
VSCode에 django 설치하고 Git 연결하기 (CentOS) (0) | 2022.01.10 |