inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

[NarP Series] MVC 프레임워크는 내 손에 [나프2탄]

03_데이터베이스 설정 및 프로젝트 실행

eGovFrame-4.0.0 으로 하고 있는데 mysql 버전 변경으로 update 쿼리가 조금 다르네요

320

Rain D
0

update user set authentication_string=password('admin12345') where user='root' and host ='localhost';

 

authentication_string

으로 해야 되는거 같아요

답변 1

0

박매일

네 감사합니다. 참고하겠습니다.~~