일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 라즈베리파이
- Gradle
- mybatis
- MySQL
- Spring Security
- ubuntu
- log4j profile
- python 개발환경
- bitbucket
- 배열스트링
- springboot
- Spring Boot
- hikari
- STS
- hikaricp
- Spring
- log4j2
- Linux
- oracle between
- Java
- intellij
- oracle
- between date
- between 날짜
- github
- datasource
- git
- template
- ORACLE CLOUD
- catalina log
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
- 라즈베리파이
- Gradle
- mybatis
- MySQL
- Spring Security
- ubuntu
- log4j profile
- python 개발환경
- bitbucket
- 배열스트링
- springboot
- Spring Boot
- hikari
- STS
- hikaricp
- Spring
- log4j2
- Linux
- oracle between
- Java
- intellij
- oracle
- between date
- between 날짜
- github
- datasource
- git
- template
- ORACLE CLOUD
- catalina log
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