-
MySQL 설치SpringFrameWork 2021. 12. 8. 00:33
구글 mysql.com -> 하단부분(footer)의 DOWNLOADS의 MySQL Community Server 클릭 -> Windows ,MySQL Installer MSI 부분 Go to Download Page 클릭 -> 두개의 MSI Installer 중 용량이(470.2M) 큰 것을 다운클릭(용량이 작은 것을 클릭하면 실행 중 계속 다운을 받는다. 기능이 다 들어있는 용량이 큰 것을 사용하면 편리하다.) -> 밑에 No thanks, just start my download. 클릭 -> 다운받고 설치화면에서 Developer Default 후 next -> Check Requirements 부분에서는 그냥 next 클릭 후 아무것도 클릭 안하고 넘어가겠냐고 물어보면 Yes 클릭 -> Installation 화면에서 Execute 클릭 -> 설치 완료 후 Next 누르면 Product Configuration 화면도 Next 클릭 -> Type and Networking 화면(port 번호 알 수 있음) Next -> Authentication Method 화면에서 밑에 Use Lagacy Authentication Method (Retain MySQL 5.x Compatibility) 클릭(클라우드에 올릴 때 5버전 사용하는 곳이 많음) Next 클릭 -> Accounts and Roles화면에서 MySQL Root Password 설정 하는 곳인데 개발자들은 간편하게 비번 설정 후 Next -> Windows Service 화면은 바로 Next -> Apply Configuration 화면 바로 Execute 클릭 -> Finish -> Product Configuration 화면 Next -> MySQL Router Configuration 화면 Finish -> Connect To Server화면에서 아까 설정한 Password 입력 -> Apply Configuration 화면 Execute 후 Finish -> Product Configuration 화면 Next -> Installation Complete 화면 Finish 클릭
MySQL 화면이 자동으로 생성되고 root계정 마우스 오른쪽 버튼 클릭 후 Edit Connection 클릭 우하단에 Test Connection 클릭 후 뜨는 화면창에 Password 위에서 설정해준 값 넣고 밑에 Save Password 해주고 OK 클릭하고 다음 화면에 Successfully 화면뜨면 성공
'SpringFrameWork' 카테고리의 다른 글
lombok 설치 (0) 2021.12.09 MySQL 개발환경 설정 (0) 2021.12.08 d2coding 폰트 설치 (0) 2021.12.06 Visual Studio Code 설치 (0) 2021.12.05 스프링 프레임 워크 설치하기 (0) 2021.12.05