개발65 VScode mysql 연동 / JPA https://mvnrepository.com/artifact/mysql/mysql-connector-java/8.0.27 https://somuchthings.tistory.com/143?category=856323 [Java] VSCODE에서 MAVEN 프로젝트에 MySQL JDBC 연동 JPA를 배우기 전에 간략하게 이런 게 있고 동작 방식, 여러 문제 때문에 JPA가 나오게 되었다는 것 정도만 알고 넘어가서 오랜만에 다시 복습할 겸 글을 작성한다. 주제에 앞서서 JDBC에 대해 간략 somuchthings.tistory.com https://devgoat.tistory.com/9 [Spring Boot & JPA & mysql] 스프링부트 mysql JPA 연결하기. ■ 목표 - Springboo.. 2022. 1. 17. [MAC] homebrew mysql 설치 / 삭제 mac homebrew 에 mysql 설치하는 법 1. homebrew 가 없다면 home brew 설치 $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 2. brew 업데이트 해주기 $ brew update 3. mysql 관련 프로그램 검색 (확인하는 명령어라 넘어가도 된다.) $ brew search mysql 4. mysql 설치 - 버전을 정해주고 싶다면 mysql@5.7 이렇게 버전 설정하기 $ brew install mysql 그리고 설치 될 때 문구를 한 번 싸악 봐준다. (에러를 줄일 수 있다) 5. mysql 실행 $ brew services start m.. 2022. 1. 12. [MAC] homebrew mysql 설치 오류 해결 내가 만났던 오류메세지들 ERROR 1698 (28000): Access denied for user 'root'@'localhost' Error: mysql: Invalid bottle tag symbol Error: homebrew-core is a shallow clone. 등등등 더 많다. 온 구글을 돌아다니면서 이것저것 해보면서 더 많은 오류를 만나보고 완벽히 지우고 다시 깔았다. 우선 mysql> show databases; 를 했을 때 기본적으로 생성됐어야 할 db가 생성되지 않을 걸 확인한 후 처음부터 시작하기로 결심! 난 아래의 1. mysql start 를 했다면 stop 시킨다. brew services stop mysql 2. mysql 삭제 (버전이 있다면 mysql@5.7 이런식.. 2022. 1. 12. [VScode] git repository 연결/clone/branch 생성 vscode에 feature 생성하기 1. new issue 등록 (git) 2. vscode 에서 Clone repository 선택 2-1 . 프로젝트 깃 주소 붙여넣기 3. Branch 생성 (ex. feature/2) 4. commit 할 branch 별모양 클릭 5. Commit 6. Push 2022. 1. 11. 이전 1 ··· 13 14 15 16 17 다음