Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- loadingimage
- 싱글톤컨테이너
- aws
- gif초기화
- BEAN
- flex-basis
- annotaion
- 스프링 빈
- Spring
- 넥사크로loadingimage
- 빈
- singleton container
- setrealrowsize
- CSS
- react
- cron표현식
- 넥사크로
- singleton
- frontend
- 톰캣실행
- 코딩
- 싱글톤
- decoratetext
- 마진상쇄
- Grid
- HTML
- flex-grow
- 로딩이미지변경
- WITH절
- DB #데이터베이스
Archives
- Today
- Total
All Day Tired
aws에서 mySql 설치(feat. conflicting requests, Unit mysqld.service could not be found) 본문
기타
aws에서 mySql 설치(feat. conflicting requests, Unit mysqld.service could not be found)
yu.dev 2025. 1. 13. 14:34강의 듣는데 아마존 리눅스에서 mySql을 설치하는데 자꾸 에러남
진심 토씨하나 틀릴 수 없는게 내가 강의 자료 복붙하는데 계속 에러남
레알 개빡쳤음... 질문 올라온것도 걍 다시 mySql을 설치할거래 ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ
그래서 직접 구글링해서 설치함... 하...
문제상황
일단 뭔가 설치를 했는데
Error:
Problem: conflicting requests
- nothing provides...
이런게 뜨거나
아래 명령어를 쳤는데
sudo systemctl status mysqld
Unit mysqld.service could not be found.
위와 같은 내용이 뜬다면 mySql 설치에 실패한 것... 아예 실패... 설치조차도 안된 것...
이렇게 되면 다시 설치를 해야하는데 아래 명령어만 차례대로 치면 됨
해결방법
// 1. 폴더 설치
sudo dnf install https://dev.mysql.com/get/mysql80-community-release-el9-1.noarch.rpm
// 2. GPG key 설정
sudo rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2022
// 3. 상태 업데이트
sudo yum update
// 4. 서버 설치
sudo dnf install mysql-community-server
// 5. 설치 확인
mysql --version
이 명령어들을 차례대로 치면 마지막에 그렇게 보고싶던 mySql 버전을 확인 할 수 있다.
이걸로 삽질 겁나함....
'기타' 카테고리의 다른 글
AWS EC2에 리액트 스프링부트 배포 (1) | 2025.02.18 |
---|---|
로컬에서 war파일 tomcat으로 실행하기 (0) | 2024.12.17 |
HTTP, API (1) | 2024.10.23 |
Mac주소 보는 법 (0) | 2024.02.15 |
Comments