sudo apt install mysql-server
이후 따라가기
https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-22-04
유저 권한 설정 후
FLUSH PRIVILEGES; 로 최종적으로 권한 적용
그다음 Workbench와 ec2 서버연결
Connection Name : 제목 입력( 임의로 작성해도 된다.)
Connection Method : Standard TCP/IP over SSH 선택
SSH Hostname : 퍼블릭 IPv4 주소(탄력적 IP 주소) 입력
SSH Username : 서버 계정 이름 입력
SSH Key File : aws key 경로 입력
Username : root 계정이 아닌 새로 만든 유저 계정을 입력( 필자는 shopproject 유저를 생성했다. )
store in keycain : mysql의 유저 비밀번호를 입력
여기 따라하셈
https://bj-turtle.tistory.com/35
오류 날시에
'잡다 정보' 카테고리의 다른 글
s3 이용 하여 이미지 업로드 (0) | 2023.07.29 |
---|---|
nodejs express 특정 포트가 이미 작동중일때 (0) | 2023.07.26 |
리눅스에서 파일 복사, 삭제 (0) | 2023.07.18 |
맥북 프로세스 특정 포트 강제 kill (0) | 2023.07.17 |
git 명령어 (0) | 2023.05.15 |