[network] installing mysql, mysql 설치하기




mysql을 설치하는데 우여곡절이 많았습니다.


그래서 제가 하는 순서는 참고로만 봐주셨으면 좋겠습니다.


 mysql은 아래 주소에서 다운받았습니다.



1.  저는 installer을 이용해서 다운받았기 때문에 archive를 이용한 설치는 아닙니다.


다운로드에 대한 내용은 검색을 이용해주세요.




2. 환경변수에서 mysql 파일의 bin경로를 등록해줍니다.





3. cmd창에서 다음과 같이

mysql -u사용자이름 -p비밀번호 -hlocalhost를 입력합니다.




4. 성공하면 다음과 같은 화면이 뜹니다.



저는 에러가 떠서 확인해보니 

"서비스"에 mysql이 실행되지 않았습니다.


mysql을 실행시켰더니 서버에 들어가졌습니다.








There were many twists and turns in installing mysql.


So I would like you to take a look at the order I do for reference only.


  mysql was downloaded from the following address.







1. I did not install using archive because I downloaded it using installer.


For information on downloading, please use search.







2. Register the bin path of the mysql file in the environment variable.








3. In the cmd window,

mysql -u username -p password Type -hlocalhost.








4. If successful, the following screen appears.



I checked with an error.



Mysql was not running on "service".



When I started mysql, I entered the server.

Comments