- MySQL 다운로드 및 설치하기 1. MySQL 다운로드 MySQL Over 2000 ISVs, OEMs, and VARs rely on MySQL as their products' embedded database to make their applications, hardware and appliances more competitive, bring them to market faster, and lower their cost of goods sold. Learn More » www.mysql.com MySQL 사이트에서 'DOWNLOADS' 클릭 MySQL Community (GPL) Downloads 클릭 MySQL Installer for Windows 클릭 Download 클릭 'No thanks, just start my download.'를 클릭하면 로그인 없이 다운로드가 가능하다. 2. MySQL 설치하기 'Custom' 선택 Server와 Workbench, Samples and Examples 추가 Microsoft Visual C++ 이 없다면 설치한다. / Execute 클릭! 설치할 파일들 확인 후, Execute 클릭 설치 진행 중..🐬 3. 세부설정 하기 설치가 완료되면, 세부사항을 설정해줘야 한다. MariaDB를 쓰고 있어서 포트는 3300으로 변경 / MySQL의 기본 포트는 3306 패스워드 암호화 관련 설정. 이전에 MySQL을 사용했었다면 그에 맞춰 설정하는 게 좋다. root 계정 설정 / 아래 Add User를 통해 추가로 계정을 생성할 수 있다. MySQL Service 이름 설정 MySQL Server 파일 접근 권한 설정 이 외에 부가적인 설정들 / 자동으로 설치해준다. 다음은 Samples and Examples / MySQL 연습용 데이터베이스다. root 계정을 입력해주고 Check로 확인 부가적인 설정 세팅 이로써 MySQL 설치가 끝났다. 설치 시 받은 MySQL Workbench 실행 root 계정을 클릭하여 로그인을 하면 MySQL 접속 완료! / Hello World! 공유하기 게시글 관리 예르미의 코딩노트