공식홈페이지: https://www.mysql.com
mysql 설치
[OS/MAC OS X] - [macOS High Sierra] Mysql 8.x brew install 설치
[OS/MAC OS X] - [macOS High Sierra] Mysql 8.x dmg install 설치
5.x 쓰다가 강제로..? 8.x로 변경되었더니 바뀐게 많네요
기존의 5.x 쓸때랑... 많이 바뀐듯... 진짜...
맥을 클린설치하고 MySQL설치후 root password를 변경해주려고 했더니...
mysql.user 에 password column 이 없질않나...
password column 대체로 보이는 authentication_string 가 보이길래
update문으로 password를 변경하려고 하니 실 to the 패
참고한 mysql document를 확인해보면 나오겠지만
SET PASSWORD FOR 'jeffrey'@'localhost' = 'auth_string'; |
위 SQL로 변경하면 됩니다
물론 jeffrey가 계정, auth_string가 패스워드입니다
검색하다보면 아래처럼 update 를 사용해서 authentication_string을 바꾸는게 보이기는 하는데 전혀 안됩니다
update user set authentication_string = password('패스워드') where user = 'root'
기존에 쓰던 update user set password = password('패스워드') where user = '계정'; 을 못쓰는게 아쉽지만
무료로 쓰려면 하라는데로 해야죠
슬슬... 외부접속이 안될까봐 걱정되는데... 뭐 안되면 찾아봐야죠...
참고: https://dev.mysql.com/doc/refman/8.0/en/set-password.html
[macOS Mojave] install Program Language R for macOS Mojave 맥에 R설치 (0) | 2018.10.15 |
---|---|
[macOS High Sierra] Install Anaconda3 (jupyter install) (0) | 2018.06.28 |
[macOS High Sierra] jupyter python2 pip 설치 실패기 (0) | 2018.06.16 |
[macOS High Sierra] Mysql 8.x dmg install 설치 (0) | 2018.06.16 |
[macOS High Sierra] Mysql 8.x brew install 설치 (0) | 2018.06.16 |
댓글 영역