2018. 12. 28. 10:45
sqlyog 에러메시지 access denied for user 공부/통계학2018. 12. 28. 10:45
access denied for user 'root'@'localhost' (using password yes)
메세지에 대한 해결방안
MYSQL Command Line Client 창을 열어
sudo mysql
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root';
치면 비밀번호 root로 접속 가능하다
'공부 > 통계학' 카테고리의 다른 글
핸즈온 머신러닝 시작 sklearn (0) | 2019.01.28 |
---|---|
AR(2) stationary condition (0) | 2019.01.14 |
AR(2)모델의 condition 유도하기 (0) | 2018.12.11 |
no matches hat (0) | 2018.09.17 |
fpp2 backcasting (0) | 2018.09.10 |