본문 바로가기
[웹]

brew mysql downgrade 8 to 5.7

by Hevton 2021. 5. 18.
반응형

수업 실습을 위해서는 mysql8버전을 쓰면 안된다고 한다.

최신버전을 쓰면 안된다.... 뭐 보안이 더 좋은데 그 보안이 실습에 문제가 된다.

 

그래서 지워야만 했다. 그리고 다시 깔아야만 했다. ㅜ

https://msanatan.com/2018/08/15/revert-mysql-from-8-to-5-in-homebrew/

 

Revert MySQL From 8 To 5.7 In Homebrew

So I did a brew upgrade to MySQL that bumped it up to version 8. Holy crap, that messed up almost everything. There are a lot of backward incompatible changes in this new version, so the best solution

msanatan.com

https://stackoverflow.com/questions/41097733/how-to-install-mysql-5-7-x-on-mac-os-sierra

 

How to install MySQL 5.7.x on Mac OS Sierra

I need to obtain the functionality of MySQL 5.7. I had zend server 9 (first 9 version). After reinstallation of zend server (it doesn't supports upgrade). - Result: MySQL 5.5 ! May there exist sol...

stackoverflow.com

https://likejirak.tistory.com/163

 

[Mac] MySQL 5.7 설치

검색해서 나오는 방법대로 하면 안되서 수많은 시행착오 끝에 성공해서 올린다. 일단 홈브루부터 설치하고 오자 (있으면 brew update 입력) https://brew.sh/index_ko 5.7 버젼 설치 brew install mysql@5.7 설치..

likejirak.tistory.com

https://cishome.tistory.com/170

 

mysql5.7 버전 homebrew 로 설치

맥에 설치되어 있는 brew를 이용해서 mysql을 설치해보겠습니다. 먼저 brew update를 해서 brew를 update 해줍니다. brew에 있는 mysql 버전이 어떤게 있는지 확인해보겠습니다. $ brew search mysql (저는 이미..

cishome.tistory.com

딱 이 네개만 보면 된다.

반응형

'[웹]' 카테고리의 다른 글

[Node.js] 다중 접속 성능 테스트  (0) 2022.02.09
Node.js & Nginx 같이 써야 할까?  (0) 2022.02.09
[Node.js] 경로 주의점  (0) 2020.10.03
[Node.js] 객체 모듈화  (0) 2020.10.03
[JavaScript] 객체 예제  (0) 2020.10.03