일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 배열스트링
- intellij
- template
- Spring Boot
- Gradle
- bitbucket
- catalina log
- hikaricp
- mybatis
- between 날짜
- log4j profile
- hikari
- ORACLE CLOUD
- datasource
- Linux
- springboot
- git
- github
- oracle
- python 개발환경
- between date
- MySQL
- log4j2
- ubuntu
- Spring Security
- Java
- STS
- oracle between
- 라즈베리파이
- Spring
Archives
- Today
- Total
반응형
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 배열스트링
- intellij
- template
- Spring Boot
- Gradle
- bitbucket
- catalina log
- hikaricp
- mybatis
- between 날짜
- log4j profile
- hikari
- ORACLE CLOUD
- datasource
- Linux
- springboot
- git
- github
- oracle
- python 개발환경
- between date
- MySQL
- log4j2
- ubuntu
- Spring Security
- Java
- STS
- oracle between
- 라즈베리파이
- Spring
Archives
- Today
- Total
목록mysql설치 (1)
파워노트
[ubuntu] mysql 설치
# 버전확인 ubuntu@ubuntu:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.4 LTS Release: 18.04 Codename: bionic # mysql 설치 ubuntu@ubuntu:~$ sudo apt-get update --- ubuntu@ubuntu:~$ sudo apt-get install mysql-server-5.7 --- 설치 과장 진행. Y 입력. --- # mysql 설치 확인 ubuntu@ubuntu:~$ apt --installed list | grep mysql # mysql service 실행 ubuntu@ubuntu:~$ service my..
Linux
2020. 7. 11. 13:24