본문 바로가기

gomstory

검색하기
gomstory
프로필사진 gommmmm

  • - (11)
    • Spring (1)
    • sql (0)
    • Python (2)
    • AWS (2)
    • Vue.js (3)
    • etc (3)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/06   »
일 월 화 수 목 금 토
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
  • pinia
  • fastapi router
  • tiptap
  • 파이썬 경로추가
  • mockserviceworker.js
  • aws mariadb
  • vite.config.js
  • tiptap slash command
  • threadpooltaskscheduler
  • vite
  • spring dynamic scheduler
  • msw
  • FastAPI
  • branch 이름 변경
  • Maria DB
  • tiptap 에디터
  • vue composable
  • vue2.7
  • tiptap vue3
  • springboot dynamic scheduler
  • vue mixin
  • tiptap custom command
  • aws db 생성
  • store router
  • spring 동적 스케줄러
  • mock service worker
  • vue3
  • fastapi 라우터
  • python path
  • @Scheduled
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록aws db 생성 (1)

gomstory

AWS RDS Maria DB 설치 및 Spring boot 연결

1. 설치 가능한 버전 확인하기sudo yum list | grep mariadb 2. 설치sudo yum install mariadb105-server 3. 자동 실행 설정sudo systemctl enable mariadb 4. db 실행 및 상태 확인sudo systemctl start mariadb sudo systemctl status mariadb 5. 비밀번호 설정mysql -u root -perror: 'Access denied for user 'root'@'localhost''비밀번호는 쿼리로 변경했다. USE mysqlALTER user 'root'@'localhost' identified by {password}; 6. db 외부 연결 허용 / 테스트GRANT ALL PRIVILEGE..

AWS 2024. 9. 5. 21:30
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바